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 370c303636
commit 1a6c97369f
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;