hanchuanchuan / goInception

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

不支持查询分区表 #612

Open viper-sina-info opened 9 months ago

viper-sina-info commented 9 months ago

描述 查询分区表的时候报错?

重现

环境

参数 新增了参数enable_partition_table= true 也不行 [inc] backup_host = "127.0.0.1" backup_port = 3306 backup_user = "goinception" backup_password = "xxxxxx"

enable_alter_database = false enable_zero_date = true enable_nullable = true enable_drop_table = false enable_set_engine = true enable_timestamp_type=true enable_change_column = true

check_timestamp_count = true check_table_comment = false check_column_comment = false

check_float_double = false check_identifier_upper = false check_identifier_lower = false check_read_only = true enable_partition_table= true

zmix999 commented 4 months ago

可以看下我fork分支,修复了这个问题https://gitee.com/zhoujin826/goInception