-
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
sink(ticdc): fix Unknown system variable 'transaction_isolation'
for some mysql versions
#4569
sink(ticdc): fix Unknown system variable 'transaction_isolation'
for some mysql versions
#4569
Conversation
…n` for some mysql versions close #4504
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/run-dm-compatibility-test |
/run-dm-compatibility-test |
Unknown system variable 'transaction_isolation'
for some mysql versionsUnknown system variable 'transaction_isolation'
for some mysql versions
test case |
/run-dm-compatibility-test |
Thanks for reminding. I have fixed it. |
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #4569 +/- ##
================================================
+ Coverage 55.6402% 55.6577% +0.0174%
================================================
Files 494 503 +9
Lines 61283 62207 +924
================================================
+ Hits 34098 34623 +525
- Misses 23750 24125 +375
- Partials 3435 3459 +24 |
@zhaoxinyu: Thanks for your review. The bot only counts approvals from reviewers and higher roles in list, but you're still welcome to leave your comments. 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 ti-community-infra/tichi repository. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 718aedf
|
/run-leak-test |
/run-unit-test |
/run-verify |
/run-leak-test |
/run-dm-compatibility-test |
/run-dm-integration-test |
/run-kafka-integration-test |
/run-dm-compatibility-test |
/run-dm-integration-test |
…r some mysql versions (pingcap#4569) close pingcap#4504
What problem does this PR solve?
Issue Number: close #4504
What is changed and how it works?
Since MySQL 5.7/MySQL 8/Mariadb may use transaction_isolation or tx_isolation, we first select the variable and use the right variable after that.
Check List
Tests
Release note