1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

branches/zip:

Do not output the commands that restore the environment because they depend
on the state of the environment before the test starts executing.
This commit is contained in:
vasil
2009-02-25 19:33:32 +00:00
parent e8ef902d6a
commit bc707482ad
2 changed files with 1 additions and 3 deletions

View File

@ -419,6 +419,3 @@ select @@innodb_file_format_check;
@@innodb_file_format_check
Barracuda
drop table normal_table, zip_table;
set global innodb_file_format=Antelope;
set global innodb_file_per_table=0;
set global innodb_file_format_check=Antelope;

View File

@ -337,6 +337,7 @@ drop table normal_table, zip_table;
# restore environment to the state it was before this test execution
#
-- disable_query_log
eval set global innodb_file_format=$format;
eval set global innodb_file_per_table=$per_table;
eval set global innodb_file_format_check=$innodb_file_format_check_orig;