-
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
*: fix a bug that collation does not work for enum and set #17635
Conversation
No release note, Please follow https://github.com/pingcap/community/blob/master/contributors/release-note-checker.md |
/rebuild |
Codecov Report
@@ Coverage Diff @@
## master #17635 +/- ##
===========================================
Coverage 79.4724% 79.4724%
===========================================
Files 524 524
Lines 141142 141142
===========================================
Hits 112169 112169
Misses 19914 19914
Partials 9059 9059 |
/run-unit-test |
1 similar comment
/run-unit-test |
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
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
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
/run-all-tests |
@wjhuang2016 merge failed. |
/merge |
/run-all-tests |
@wjhuang2016 merge failed. |
/run-common-test |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-4.0 in PR #17701 |
What problem does this PR solve?
Issue Number: close #17634
Problem Summary:
In convertToMysqlEnum and convertToMysqlSet, we didn't consider collation and used
ToLower
.What is changed and how it works?
Use
collator
to compare.Related changes
Check List
Tests
Side effects
Release note