-
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: fix charset and collation for current_role
#16019
Conversation
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 16005, 16022 |
/run-all-tests |
@imtbkcat merge failed. |
Codecov Report
@@ Coverage Diff @@
## master #16019 +/- ##
===========================================
Coverage 80.5197% 80.5197%
===========================================
Files 505 505
Lines 135419 135419
===========================================
Hits 109039 109039
Misses 17904 17904
Partials 8476 8476 |
/run-common-test |
cherry pick to release-3.0 in PR #16083 |
cherry pick to release-3.1 in PR #16084 |
cherry pick to release-4.0 in PR #16085 |
What problem does this PR solve?
#15250 didn't set charset and collation for
current_role
correctly, which causecurrent_role
print binary collation result.What is changed and how it works?
fix charset and collation for
current_role
Related changes
Check List
Tests
Side effects
Release note