diff --git a/mysql-test/include/mix1.inc b/mysql-test/include/mix1.inc index 8b754e5ee39..34e2ac1048a 100644 --- a/mysql-test/include/mix1.inc +++ b/mysql-test/include/mix1.inc @@ -441,6 +441,7 @@ flush tables; select * from test; disconnect con2; connection default; +drop table test; set global query_cache_type=@save_qcache_type; set global query_cache_size=@save_qcache_size; diff --git a/mysql-test/r/innodb_mysql.result b/mysql-test/r/innodb_mysql.result index 760f3278f87..fcf70e6b741 100644 --- a/mysql-test/r/innodb_mysql.result +++ b/mysql-test/r/innodb_mysql.result @@ -410,6 +410,7 @@ flush tables; select * from test; test1 test2 tes 1234 +drop table test; set global query_cache_type=@save_qcache_type; set global query_cache_size=@save_qcache_size; End of 5.0 tests