Skip to content
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

auto GTID mode #46

Closed
actiontech-bot opened this issue Sep 3, 2018 · 1 comment
Closed

auto GTID mode #46

actiontech-bot opened this issue Sep 3, 2018 · 1 comment
Labels

Comments

@actiontech-bot
Copy link
Member

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
if set GTID to "AUTO", like MySQL do, target should detect source's GTID and start replication from it

Describe alternatives you've considered
None

@ghost
Copy link

ghost commented Oct 10, 2018

c917051: add AutoGtid for test use

Usage:

In job.json

  • keep Gtid and GtidStart empty
  • set "AutoGtid": true

TODO

  • MySQLDriverConfig.Gtid is used as both
    • a task config for where to start
    • and a value for saving progress.
  • which is a poor design

@ghost ghost closed this as completed Jul 30, 2019
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant