-
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
variable: Change the default value of charset/collation to utfbmb4/utf8mb4_bin #7198
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
/run-all-tests |
Why not |
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.
Why not utf8
and utf8_bin
?
There is no difference between |
/run-unit-test |
…f8mb4_bin TiDB does not support latin charset now. So change them to utf8mb4 to avoid potential issues.
Change the default charset/collation from utf8mb4 to utf8.
@coocood PTAL |
LGTM |
/run-unit-test |
/run-all-tests |
What have you changed? (mandatory)
Change the default value of charset/collation to utfbmb4/utf8mb4_bin.
TiDB does not support Latin charset now. So change them to utf8mb4 to avoid potential issues.
Fix #7046
What is the type of the changes? (mandatory)
How has this PR been tested? (mandatory)
Exists tests.
Does this PR affect documentation (docs/docs-cn) update? (mandatory)
Yes
Does this PR affect tidb-ansible update? (mandatory)
No
Does this PR need to be added to the release notes? (mandatory)
Yes
Refer to a related PR or issue link (optional)
#7046
Benchmark result if necessary (optional)
No
Add a few positive/negative examples (optional)
No