Skip to content
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_collation对utf8mb3支持不太好 #641

Open
honor100 opened this issue Apr 19, 2024 · 1 comment · Fixed by #643
Open

support_collation对utf8mb3支持不太好 #641

honor100 opened this issue Apr 19, 2024 · 1 comment · Fixed by #643

Comments

@honor100
Copy link
Contributor

honor100 commented Apr 19, 2024

描述
配置: support_collation = "utf8mb3_general_ci,utf8mb4_general_ci,utf8mb4_0900_ai_ci"
sql: create table tt(id int primary key,c1 int) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
执行结果:
| 2 | CHECKED | 2 | Audit Completed | Set collation to one of 'utf8mb3_general_ci,utf8mb4_general_ci,utf8mb4_0900_ai_ci' | create table tt(id int primary key,c1 int) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci | 0 | 0_0_00000001 | None | 0 | None | 0 |

重现
必现

环境

  • 数据库: mysql
  • 版本: 8.0.32

参数
support_collation = "utf8mb3_general_ci,utf8mb4_general_ci,utf8mb4_0900_ai_ci"
enable_set_collation = true

@honor100
Copy link
Contributor Author

赞, 大佬真是雷厉风行啊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant