確認
mysql> select table_schema, table_name, data_free, table_rows from information_schema.tables;
解消
mysql> ALTER TABLE `table_name` ENGINE INNODB;
※テーブル大きいと結構時間かかる