1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

innodb_mysql.test, innodb_mysql.result:

Fix test case: add drop table
This commit is contained in:
tsmith@quadxeon.mysql.com
2007-04-20 00:20:57 +02:00
parent be9c660729
commit 2272cad3f4
2 changed files with 2 additions and 0 deletions

View File

@@ -438,6 +438,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;