我在 mysql 表中有一个分区表和一个未分区表。我想为这两个表创建一个联合合并表。问题是,在创建合并表后,当我尝试访问该表时出现此错误:Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist
当我在其上运行 check table 命令时,出现以下错误(ptable 是分区表):
Table 'mydb.ptable' is differently defined or of non-MyISAM type or doesn't exist
Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist
Corrupt