hanchuanchuan / goInception

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

drop index 返回受影响行数为0 #571

Closed KaiNiao closed 1 year ago

KaiNiao commented 1 year ago

描述 drop index 语法校验返回受影响行数为0,alter table drop index 返回不等于0

重现 drop index on

环境

参数 可能与问题相关的设置参数

参考issue https://github.com/hanchuanchuan/goInception/issues/445,其中作者回复:请升级到v1.2.5-35版本后重试

查看1.3.0源码,checkDropIndex 方法中未调用 mysqlShowTableStatus 方法获取表大小,默认值等于0。

image

hanchuanchuan commented 1 year ago

请升级到 v1.3.0-72 版本后重试

KaiNiao commented 1 year ago

重试验证显示符合预期,谢谢