1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-28 17:36:30 +03:00
Files
mariadb/mysql-test/innodb_xtradb_bug317074.result
Aleksandr Kuzminsky 4819f65a8b Sync with rev. 114
2009-11-04 12:11:12 -08:00

5 lines
186 B
Plaintext

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;