Commit 1a6c9736 authored by vasil's avatar vasil

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.
parent 370c3036
...@@ -419,6 +419,3 @@ select @@innodb_file_format_check; ...@@ -419,6 +419,3 @@ select @@innodb_file_format_check;
@@innodb_file_format_check @@innodb_file_format_check
Barracuda Barracuda
drop table normal_table, zip_table; 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;
...@@ -337,6 +337,7 @@ drop table normal_table, zip_table; ...@@ -337,6 +337,7 @@ drop table normal_table, zip_table;
# restore environment to the state it was before this test execution # 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_format=$format;
eval set global innodb_file_per_table=$per_table; eval set global innodb_file_per_table=$per_table;
eval set global innodb_file_format_check=$innodb_file_format_check_orig; eval set global innodb_file_format_check=$innodb_file_format_check_orig;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment