summaryrefslogtreecommitdiff
path: root/sql/sql_cache.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2002-11-17 20:41:25 +0200
committerunknown <bell@sanja.is.com.ua>2002-11-17 20:41:25 +0200
commitb463146ac6bf0a828bceacfb02242069f1930abb (patch)
treeb80d6d65fe86193d03454dc15109fd3076b59555 /sql/sql_cache.h
parent4b9c5888e9ffe429e0f494f5948d92ea4a6af175 (diff)
downloadmariadb-git-b463146ac6bf0a828bceacfb02242069f1930abb.tar.gz
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
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r--sql/sql_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_cache.h b/sql/sql_cache.h
index 0c73c46652e..b15df28f54b 100644
--- a/sql/sql_cache.h
+++ b/sql/sql_cache.h
@@ -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:
/*