mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02: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:
parent
4b9c5888e9
commit
b463146ac6
5 changed files with 12 additions and 2 deletions
|
|
@ -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:
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue