diff options
author | unknown <peter@mysql.com> | 2002-12-09 19:20:05 +0300 |
---|---|---|
committer | unknown <peter@mysql.com> | 2002-12-09 19:20:05 +0300 |
commit | 3b33f0c2c14c9e210b81d8ee784c75f83ce99636 (patch) | |
tree | 4b13f57fda844faa460e83bbafc51c985a05c826 /mysql-test/t/bdb_cache.test | |
parent | 26a5f741520b73ce36a643da9e8b7aa2c2141a93 (diff) | |
download | mariadb-git-3b33f0c2c14c9e210b81d8ee784c75f83ce99636.tar.gz |
Proper cleanup for BDB test
mysql-test/r/bdb_cache.result:
Results fixed
mysql-test/t/bdb_cache.test:
Add proper cleanup for the test
Diffstat (limited to 'mysql-test/t/bdb_cache.test')
-rw-r--r-- | mysql-test/t/bdb_cache.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/t/bdb_cache.test b/mysql-test/t/bdb_cache.test index aa5572886c5..b1343c5e83e 100644 --- a/mysql-test/t/bdb_cache.test +++ b/mysql-test/t/bdb_cache.test @@ -47,4 +47,5 @@ select * from t3; show status like "Qcache_queries_in_cache"; show status like "Qcache_hits"; commit; -show status like "Qcache_queries_in_cache";
\ No newline at end of file +show status like "Qcache_queries_in_cache"; +drop table if exists t1, t2, t3; |