mysql-plugin-disable-myisam 介绍
usage
cp -r src /path/to/MysqL-src/plugin/disable_myisam cd /path/to/MysqL-src cmake . cd plugin/disable_myisam make make install
then, load the plugin into MysqL
MysqL> INSTALL PLUGIN disABLE_MYISAM SONAME 'dm.so'; MysqL> CREATE TABLE `test4` ( `id` int(11) AUTO_INCREMENT, `value` varchar(30), PRIMARY KEY (`id`) ) ENGINE=MyISAM; ERROR 1030 (HY000): Got error 1 from storage engine