-
Notifications
You must be signed in to change notification settings - Fork 288
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
dm: upgrade go-mysql library (#11043) #11189
dm: upgrade go-mysql library (#11043) #11189
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
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.
LGTM
@@ -163,7 +163,11 @@ func GTIDIncrease(flavor string, gSet gmysql.GTIDSet) (gmysql.GTIDSet, error) { | |||
mariaGTID := singleGTID.(*gmysql.MariadbGTID) | |||
mariaGTID.SequenceNumber++ | |||
gtidSet := new(gmysql.MariadbGTIDSet) | |||
gtidSet.Sets = map[uint32]*gmysql.MariadbGTID{mariaGTID.DomainID: mariaGTID} | |||
gtidSet.Sets = map[uint32]map[uint32]*gmysql.MariadbGTID{ |
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.
this and below part is copied from https://github.com/pingcap/tiflow/pull/10753/files#diff-7d0132544845cb9d5d4fbef67bdd54ba574cc5664f806e49fe1530aefad8cfa2
@tangenta: adding LGTM is restricted to approvers and reviewers in OWNERS files. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Benjamin2037, D3Hunter, tangenta The full list of commands accepted by this bot can be found here. The pull request process is described here |
/retest |
/retest |
/retest |
2 similar comments
/retest |
/retest |
This is an automated cherry-pick of #11043
What problem does this PR solve?
Issue Number: close #11041
What is changed and how it works?
Check List
Tests
Questions
Will it cause performance regression or break compatibility?
Do you need to update user documentation, design documentation or monitoring documentation?
Release note