diff options
Diffstat (limited to 'mysql-test/suite/percona/percona_xtradb_bug317074.result')
-rw-r--r-- | mysql-test/suite/percona/percona_xtradb_bug317074.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/suite/percona/percona_xtradb_bug317074.result b/mysql-test/suite/percona/percona_xtradb_bug317074.result new file mode 100644 index 00000000000..82a98844652 --- /dev/null +++ b/mysql-test/suite/percona/percona_xtradb_bug317074.result @@ -0,0 +1,4 @@ +SET @old_innodb_file_format=@@innodb_file_format; +SET @old_innodb_file_per_table=@@innodb_file_per_table; +SET GLOBAL innodb_file_format='Barracuda'; +SET GLOBAL innodb_file_per_table=ON; |