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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user