-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Move MySQL56 to MySQL for replication related values #14977
Conversation
Signed-off-by: Matt Lord <mattalord@gmail.com>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14977 +/- ##
==========================================
- Coverage 47.27% 47.26% -0.01%
==========================================
Files 1138 1138
Lines 238842 238842
==========================================
- Hits 112907 112887 -20
- Misses 117342 117363 +21
+ Partials 8593 8592 -1 ☔ View full report in Codecov by Sentry. |
Won't this break existing vstream clients? And/or integrations like Debezium? |
It could. I'd have to think of a way to avoid that -- supporting both for some time. |
This PR is being marked as stale because it has been open for 30 days with no activity. To rectify, you may do any of the following:
If no action is taken within 7 days, this PR will be closed. |
This PR is being marked as stale because it has been open for 30 days with no activity. To rectify, you may do any of the following:
If no action is taken within 7 days, this PR will be closed. |
@@ -47,7 +47,7 @@ func main() { | |||
Shard: "-80", | |||
// Gtid "" is to stream from the start, "current" is to stream from the current gtid | |||
// you can also specify a gtid to start with. | |||
Gtid: "", //"current" // "MySQL56/36a89abd-978f-11eb-b312-04ed332e05c2:1-265" | |||
Gtid: "", //"current" // "MySQL/36a89abd-978f-11eb-b312-04ed332e05c2:1-265" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My suggestion is as follows:
- Don't change GTID format. That will break contracts with clients
- Feel free to change function names etc.
Anyhow this isn't super important. Just confusing for anyone new to the code base.
This PR is being marked as stale because it has been open for 30 days with no activity. To rectify, you may do any of the following:
If no action is taken within 7 days, this PR will be closed. |
This PR is being marked as stale because it has been open for 30 days with no activity. To rectify, you may do any of the following:
If no action is taken within 7 days, this PR will be closed. |
This PR was closed because it has been stale for 7 days with no activity. |
Description
Related Issue(s)
Checklist
Deployment Notes