-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
expression: keep xor result consistent with mysql 8 (#15934) #16978
expression: keep xor result consistent with mysql 8 (#15934) #16978
Conversation
/run-all-tests |
/run-common-test tidb-test=pr/1050 |
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
/rebuild |
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
/run-integration-common-test tidb-test=pr/1050 |
/run-integration-copr-test |
cherry-pick #15934 to release-4.0
What problem does this PR solve?
The 'xor' result is different between tidb and mysql8
Issue Number: close #12867
Problem Summary:
What is changed and how it works?
What's Changed:
Keep xor result consistent with MySQL 8, instead of MySQL 5.7
Related changes
Check List
Tests
Side effects
Release note