mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge XtraDB 9 into MariaDB.
This commit is contained in:
@ -4,9 +4,9 @@
|
||||
#
|
||||
|
||||
-- source include/have_innodb.inc
|
||||
set @old_innodb_file_format=@@innodb_file_format;
|
||||
set @old_innodb_file_per_table=@@innodb_file_per_table;
|
||||
|
||||
let $file_format=`select @@innodb_file_format`;
|
||||
let $file_per_table=`select @@innodb_file_per_table`;
|
||||
SET GLOBAL innodb_file_format='Barracuda';
|
||||
SET GLOBAL innodb_file_per_table=ON;
|
||||
|
||||
@ -1155,5 +1155,5 @@ DROP TABLE IF EXISTS table4;
|
||||
DROP TABLE IF EXISTS table5;
|
||||
DROP TABLE IF EXISTS table6;
|
||||
|
||||
set global innodb_file_format=@old_innodb_file_format;
|
||||
set global innodb_file_per_table=@old_innodb_file_per_table;
|
||||
EVAL SET GLOBAL innodb_file_format=$file_format;
|
||||
EVAL SET GLOBAL innodb_file_per_table=$file_per_table;
|
||||
|
Reference in New Issue
Block a user