-
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
charset: add utf8_unicode_ci and utf8mb4_unicode_ci interface #18678
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18678 +/- ##
================================================
+ Coverage 79.2029% 79.2224% +0.0194%
================================================
Files 542 543 +1
Lines 146247 146244 -3
================================================
+ Hits 115832 115858 +26
+ Misses 21080 21051 -29
Partials 9335 9335 |
/run-all-tests |
hi, @wjhuang2016 I changed the comments. BTW, is this PR too small? and should I not just add interface but implement it |
I think it's ok here. Implement an optimized algorithm may be complex and need some benchmarks. |
/run-all-tests |
@wjhuang2016 PTAL |
/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
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.
Rest LGTM
Co-authored-by: djshow832 <[email protected]>
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
/merge |
/run-all-tests |
@xiongjiwei merge failed. |
@djshow832 hi, need do something |
/merge |
/run-all-tests |
/label needs-cherry-pick-4.0 |
/run-cherry-pick |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #22099 |
#22099) Signed-off-by: ti-srebot <[email protected]>
What problem does this PR solve?
This is first PR of #17596
What is changed and how it works?
This PR is aim to add
utf8_unicode_ci
andutf8mb4_unicode_ci
interface but not implement.Tests
Release note
utf8_unicode_ci
andutf8mb4_unicode_ci
interface.