1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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
This commit is contained in:
unknown
2002-12-09 19:20:05 +03:00
parent 26a5f74152
commit 3b33f0c2c1
2 changed files with 3 additions and 1 deletions

View File

@@ -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;

View File

@@ -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";
show status like "Qcache_queries_in_cache";
drop table if exists t1, t2, t3;