1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Bug#16795 ndb_cache_multi2

- remove timing dependent part of test, wait until condition occurs or sleep max 10 seconds
This commit is contained in:
msvensson@neptunus.(none)
2006-02-15 22:46:16 +01:00
parent cac0931b8c
commit 47257f1317
2 changed files with 21 additions and 13 deletions

View File

@@ -64,13 +64,10 @@ a
3
show status like "Qcache_queries_in_cache";
Variable_name Value
Qcache_queries_in_cache 2
Qcache_queries_in_cache 3
show status like "Qcache_inserts";
Variable_name Value
Qcache_inserts 3
show status like "Qcache_hits";
Variable_name Value
Qcache_hits 0
Qcache_inserts 4
drop table t1, t2;
set GLOBAL query_cache_size=0;
set GLOBAL ndb_cache_check_time=0;