summaryrefslogtreecommitdiff
path: root/sql/sql_cache.h
diff options
context:
space:
mode:
authorDaniel Black <grooverdan@users.sourceforge.net>2017-04-25 17:49:15 +1000
committerDaniel Black <daniel@linux.vnet.ibm.com>2017-11-21 14:35:47 +1100
commit3188131b15c26509e4df3c4b15972d07a20be8bd (patch)
tree1ccfc16164fd3562f851060ae1adfe127c8308a1 /sql/sql_cache.h
parentc029eae02d5d94a52add7cd546a6b92a78d672b0 (diff)
downloadmariadb-git-3188131b15c26509e4df3c4b15972d07a20be8bd.tar.gz
MDEV-10814: Coredumps to exclude query cache (Linux)
This only occurs non-DEBUG builds. Its main purpose is to save space in the core dump from elements not usually useful. Signed-off-by: Daniel Black <daniel@linux.vnet.ibm.com>
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r--sql/sql_cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_cache.h b/sql/sql_cache.h
index 6fc083ee331..aac8f141ade 100644
--- a/sql/sql_cache.h
+++ b/sql/sql_cache.h
@@ -337,6 +337,7 @@ protected:
till the end of a flush operation.
*/
mysql_mutex_t structure_guard_mutex;
+ ulong additional_data_size;
uchar *cache; // cache memory
Query_cache_block *first_block; // physical location block list
Query_cache_block *queries_blocks; // query list (LIFO)