hanchuanchuan / goInception

一个集审核、执行、备份及生成回滚语句于一身的MySQL运维工具
https://hanchuanchuan.github.io/goInception/
GNU General Public License v3.0
1.59k stars 545 forks source link

support_collation对utf8mb3支持不太好 #641

Open honor100 opened 2 months ago

honor100 commented 2 months ago

描述 配置: 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 |

重现 必现

环境

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

honor100 commented 2 months ago

赞, 大佬真是雷厉风行啊