用于禁止创建myiam表的mysql插件。
usage
cp-rsrc/path/to/mysql-src/plugin/disable_myisamcd/path/to/mysql-srccmake.cdplugin/disable_myisammakemakeinstallthen,loadthepluginintomysql
mysql>INSTALLPLUGINDISABLE_MYISAMSONAME'dm.so';mysql>CREATETABLE`test4`(`id`int(11)AUTO_INCREMENT,`value`varchar(30),PRIMARYKEY(`id`))ENGINE=MyISAM;ERROR1030(HY000):Goterror1fromstorageengine
评论