config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/innodb/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/suite/innodb/r/innodb_bug11766634.result

# This test case needs the innodb_file_per_table option to be disabled.
set global innodb_file_per_table = 0;
show variables like 'innodb_file_per_table';
Variable_name	Value
innodb_file_per_table	OFF
create table t1 (f1 char(255)) engine innodb;
drop table t1;
create table t1 (f1 char(255)) engine innodb;
Difference in ibdata1 file size: 0
drop table t1;
set global innodb_file_per_table = 1;

Man Man