Porting over more code from vitess.io/vitess – support for the COM_REGISTER_REPLICA command.
Fixing a bug in Vitess' deserialization of the COM_BINLOG_DUMP_GTID command.
Adding some String functions to help with debugging.
Exposing the ability to flush a connection's buffer, as a short-term workaround for needing to flush the buffer more frequently than at the end of the connection in order to support `COM_BINLOG_DUMP_GTID'.
vitess.io/vitess
– support for theCOM_REGISTER_REPLICA
command.COM_BINLOG_DUMP_GTID
command.String
functions to help with debugging.