1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Innodb tests innodb_file_format cleanup.

This commit is contained in:
unknown
2013-09-25 14:19:25 +03:00
parent 4a38b9db9a
commit 61ba356a9d
6 changed files with 24 additions and 2 deletions

View File

@ -1,5 +1,8 @@
-- source include/have_innodb.inc
let $innodb_file_format_orig=`select @@innodb_file_format`;
let $innodb_file_format_max_orig=`select @@innodb_file_format_max`;
let $MYSQLD_DATADIR= `select @@datadir`;
let $per_table=`select @@innodb_file_per_table`;
@ -556,3 +559,8 @@ show create table t2c;
--disable_info
DROP TABLE t1,t2,t2c,t2i;
--disable_query_log
eval SET GLOBAL innodb_file_format=$innodb_file_format_orig;
eval SET GLOBAL innodb_file_format_max=$innodb_file_format_max_orig;
--enable_query_log