mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
added building without query cache
This commit is contained in:
@ -28,8 +28,3 @@ select * from t1;
|
||||
n
|
||||
345
|
||||
drop table t1;
|
||||
flush query cache;
|
||||
reset query cache;
|
||||
show status like "Qcache_queries_in_cache";
|
||||
Variable_name Value
|
||||
Qcache_queries_in_cache 0
|
||||
|
Reference in New Issue
Block a user