1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-28 17:36:30 +03:00
Files
mariadb/mysql-test/innodb_bug36169.result
Aleksandr Kuzminsky 9a591471e0 Sync with rev.105
2009-09-23 00:06:02 +00: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;