mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01: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:
parent
26a5f74152
commit
3b33f0c2c1
2 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue