MyDuck Server does not support log file based positioning replication due to the implementation of the vitess parser. i.e. Syntax like CHANGE REPLICATION SOURCE TO ... SOURCE_LOG_FILE='binlog.xxxxxxx', SOURCE_LOG_POS=xxx is not supported.
To enable MyDuck Server to replicate from those MySQL instances that have not enabled the system variable GTID_MODE, we should implement the log file based positioning replication for it.
MyDuck Server does not support log file based positioning replication due to the implementation of the vitess parser. i.e. Syntax like
CHANGE REPLICATION SOURCE TO ... SOURCE_LOG_FILE='binlog.xxxxxxx', SOURCE_LOG_POS=xxx
is not supported.To enable MyDuck Server to replicate from those MySQL instances that have not enabled the system variable
GTID_MODE
, we should implement the log file based positioning replication for it.