config root man

Current Path : /home/usr.opt/mysql57/mysql-test/r/

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
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/r/innodb_ignore_builtin.result

call mtr.add_suppression("is ignored and will be removed in future releases");
show variables like 'ignore_builtin_innodb';
Variable_name	Value
ignore_builtin_innodb	ON
select PLUGIN_NAME from information_schema.plugins
where PLUGIN_NAME = "InnoDb";
PLUGIN_NAME
InnoDB
select ENGINE from information_schema.engines
where ENGINE = "InnoDB";
ENGINE
InnoDB

Man Man