new_collations_enabled_on_first_bootstrap这个参数是在集群第一次初始化的时候设置的,老版本默认是false,就是默认大小写敏感不支持修改表的collation 排序
新版本new_collations_enabled_on_first_bootstrap是默认true,老集群只能单独对表设置排序规则。
我之前遇到过类似问题
1 个赞
new_collations_enabled_on_first_bootstrap这个参数是在集群第一次初始化的时候设置的,老版本默认是false,就是默认大小写敏感不支持修改表的collation 排序
新版本new_collations_enabled_on_first_bootstrap是默认true,老集群只能单独对表设置排序规则。
我之前遇到过类似问题