mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
new status variable (number of queries deleted because of low memory)
mysql-test/r/query_cache.result: test of new status variable mysql-test/t/query_cache.test: test of new status variable
This commit is contained in:
@ -219,7 +219,7 @@ public:
|
||||
ulong query_cache_size, query_cache_limit;
|
||||
/* statistics */
|
||||
ulong free_memory, queries_in_cache, hits, inserts, refused,
|
||||
free_memory_blocks, total_blocks;
|
||||
free_memory_blocks, total_blocks, lowmem_prunes;
|
||||
|
||||
protected:
|
||||
/*
|
||||
|
Reference in New Issue
Block a user