summaryrefslogtreecommitdiff
path: root/sql/sql_cache.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-11-17 20:41:25 +0200
committerbell@sanja.is.com.ua <>2002-11-17 20:41:25 +0200
commit64047ea9a76060b61af89db44b8061e82ac37c20 (patch)
treeb80d6d65fe86193d03454dc15109fd3076b59555 /sql/sql_cache.h
parentf2aab61a607f31b0dcefdafdfa9323479159d0ef (diff)
downloadmariadb-git-64047ea9a76060b61af89db44b8061e82ac37c20.tar.gz
new status variable (number of queries deleted because of low memory)
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:
/*