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/r/bdb_cache.result | |
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/r/bdb_cache.result')
-rw-r--r-- | mysql-test/r/bdb_cache.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/bdb_cache.result b/mysql-test/r/bdb_cache.result index e5c6923162a..ea00feb2111 100644 --- a/mysql-test/r/bdb_cache.result +++ b/mysql-test/r/bdb_cache.result @@ -98,3 +98,4 @@ commit; show status like "Qcache_queries_in_cache"; Variable_name Value Qcache_queries_in_cache 1 +drop table if exists t1, t2, t3; |