diff options
Diffstat (limited to 'mysql-test/t/grant_cache.test')
-rw-r--r-- | mysql-test/t/grant_cache.test | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mysql-test/t/grant_cache.test b/mysql-test/t/grant_cache.test index 7dfbb3b8d83..95989d1ee99 100644 --- a/mysql-test/t/grant_cache.test +++ b/mysql-test/t/grant_cache.test @@ -1,9 +1,12 @@ -- source include/have_query_cache.inc +drop table if exists test.t1,mysqltest.t1,mysqltest.t2; +drop database if exists mysqltest; + # # Test grants with query cache # -drop table if exists test.t1,mysqltest.t1,mysqltest.t2; + reset query cache; flush status; connect (root,localhost,root,,test,$MASTER_MYPORT,master.sock); |