EasyPost / rust-mysql-binlog

Rust implementation of the MySQL binlog format
ISC License
104 stars 18 forks source link

Support VarString and MyString column types #8

Closed OscarTHZhang closed 3 years ago

OscarTHZhang commented 3 years ago

I trying this out with a MySQL binlog and but it doesn't parse because I have VarString and MyString in my log. I wonder if we can support this?

OscarTHZhang commented 3 years ago

closed