mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01: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:
parent
370c303636
commit
1a6c97369f
2 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue