1
0
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:
unknown
2002-11-17 20:41:25 +02:00
parent 4b9c5888e9
commit b463146ac6
5 changed files with 12 additions and 2 deletions

View File

@ -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:
/*