mysql テーブルにパーティション化されたテーブルとパーティション化されていないテーブルがあります。2 つのテーブルのユニオン マージ テーブルを作成したいと考えています。問題は、マージ テーブルを作成した後、テーブルにアクセスしようとすると次のエラーが発生することです。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