-
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
Support utf8mb3 charset #26226
Comments
关注下,遇到了同样的问题 |
/assign WizardXiao |
When use dm sync data, you can use binlog filter or handle-error as a workaround. And also, you can change a charset like |
MySQL 8.0.30:
TiDB v6.2.0:
I think this should be part of #7968 |
To me it looks like we should:
|
I currently understand that this is a problem with tidb parser, which does not recognize utf8mb3, and the SQL audit tool we implemented based on tidb parser also encountered this problem. I hope tidb can fix it! |
Feature Request
Is your feature request related to a problem? Please describe:
mysql 8.0.24+ and mariadb 10.6.1+, create table with utf8
show create table will return utf8mb3
TiDB doesn't support utf8mb3
Describe the feature you'd like:
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: