-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
executor: fix wrong behavior of set charset statement #16984
Conversation
|
Fixed. |
Codecov Report
@@ Coverage Diff @@
## master #16984 +/- ##
===========================================
Coverage 80.0310% 80.0310%
===========================================
Files 517 517
Lines 140528 140528
===========================================
Hits 112466 112466
Misses 19122 19122
Partials 8940 8940 |
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
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
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.
resolve the conflicts before merge it
/merge |
/run-all-tests |
Signed-off-by: sre-bot <sre-bot@pingcap.com>
cherry pick to release-4.0 in PR #17289 |
What problem does this PR solve?
Problem Summary:
Previously, we take
set charset
asset names
, and setcharsetCollation
too. However, it's wrong, as it's stated in hereWhat is changed and how it works?
Distinguish
set names
andset charset
statements and handle them differently.Related Parser PR.
Related changes
Check List
Tests
Side effects
Release note