hanchuanchuan / goInception

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

TiDB DDL 语法兼容 SHARD_ROW_ID_BITS #681

Open NoskyOrg opened 1 month ago

NoskyOrg commented 1 month ago

描述您想要的功能:

tidb 支持预创建一些region,这个之前已经得到了支持 https://github.com/hanchuanchuan/goInception/issues/508

现在希望 alter 语句也能支持此参数的调整

如:

 alter table t1 SHARD_ROW_ID_BITS=6;

提示异常

Not supported statement of alter option

可参考文档,资料,引用等:

TiDB文档

https://docs.pingcap.com/zh/tidb/v6.5/shard-row-id-bits#shard_row_id_bits

zmix999 commented 1 month ago

解析是支持,只是checkTableOptions没加上