summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb_zip/r/bug36172.result
blob: 727f100d06497584bf1eb5ff6770fb9ff57c87e1 (plain)
1
2
3
4
set @file_per_table=@@global.innodb_file_per_table;
SET GLOBAL innodb_file_per_table=on;
SET sql_mode = 'NO_ENGINE_SUBSTITUTION';
SET GLOBAL innodb_file_per_table=@file_per_table;