-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting replication based on log file position #155
Labels
enhancement
New feature or request
Comments
VWagen1989
added a commit
that referenced
this issue
Nov 14, 2024
VWagen1989
added a commit
that referenced
this issue
Nov 14, 2024
VWagen1989
added a commit
that referenced
this issue
Nov 14, 2024
VWagen1989
added a commit
that referenced
this issue
Nov 15, 2024
VWagen1989
added a commit
that referenced
this issue
Nov 15, 2024
* fix: support log file based positioning replication (to #155) * fix: adopt CR feedback * fix: adopt CR feedback * fix: return INVALID if Source_Log_File is empty * fix: wait for the 'stop_replica' signal if fail to connect to primary * chore: refine the output of unit test in GitHub workflow action * test: add binlog replication tests for log file based positioning
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: