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

Fixing a test to reset to original state

This commit is contained in:
Varun Gupta
2019-09-18 01:44:36 +05:30
parent fb3e3a6a3d
commit c471bfb34e
3 changed files with 7 additions and 4 deletions

View File

@ -797,9 +797,10 @@ col1
2004-01-01
2004-02-29
0000-10-31
drop table t1;
set @@sql_mode= @save_sql_mode;
set use_stat_tables=@save_use_stat_tables;
set @@histogram_size= @save_histogram_size;
set @@optimizer_use_condition_selectivity=@save_optimizer_use_condition_selectivity;
drop table t1;
# please keep this at the last
set @@global.histogram_size=@save_histogram_size;