-
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
parser: revert latin1
as an alias for utf8mb4
#35025
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
latin1
as an alias for utf8mb4
/run-mysql-test |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/1edf0c8114bd241f636d1b962003f7ad28267294 |
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.
Do we need to revert code like: https://github.com/pingcap/tidb/pull/34386/files#diff-bd80f9ce1ef95b445a539b88b88c45e67a347693503abb18f67426ca6d1beebfR597 and https://github.com/pingcap/tidb/pull/34386/files#diff-7247d139fb76f3689ecc28e0f8a6af75b5667de1382193a4046f72f50fc33cdcR101
743cbe9
to
302c301
Compare
Done. Revert first one. The second one is for |
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 |
This pull request has been accepted and is ready to merge. Commit hash: 302c301
|
/run-mysql-test |
/run-mysql-test |
/merge |
/run-mysql-test |
cherry pick to release-6.1 failed |
TiDB MergeCI notify✅ Well Done! New fixed [1] after this pr merged.
|
What problem does this PR solve?
Issue Number: ref #34008
Problem Summary: revert incompatible code
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.