Current Path : /usr/opt/mysql57/mysql-test/t/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/opt/mysql57/mysql-test/t/innodb_ignore_builtin.test |
# # Bug #42610: Dynamic plugin broken in 5.1.31 # # ignore_builtin_innodb is ignored in MySQL 5.6 (start with InnoDB regardless # of the value of that option). # call mtr.add_suppression("is ignored and will be removed in future releases"); show variables like 'ignore_builtin_innodb'; select PLUGIN_NAME from information_schema.plugins where PLUGIN_NAME = "InnoDb"; select ENGINE from information_schema.engines where ENGINE = "InnoDB";