summaryrefslogtreecommitdiff
path: root/sql/sql_cache.h
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2018-04-24 09:31:10 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2018-04-24 09:31:10 +0200
commitabb4db4c3f52b6f79aad5df2decf10b49e7de1e9 (patch)
treed1a1bd36dd84ac049e812bd885e59e2edb54b5e7 /sql/sql_cache.h
parent461de7edeaef80693e38969a4d7d3f5ae9bb5e63 (diff)
parent31aa27776868ddd656ddb5d39e3d0a1a82e2e218 (diff)
downloadmariadb-git-abb4db4c3f52b6f79aad5df2decf10b49e7de1e9.tar.gz
Merge branch '10.2-MDEV-10814-dont-dump-query-cache' of https://github.com/grooverdan/mariadb-server into grooverdan-10.2-MDEV-10814-dont-dump-query-cache
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 eb046b4d167..0ed45a9ed81 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;
+ size_t additional_data_size;
uchar *cache; // cache memory
Query_cache_block *first_block; // physical location block list
Query_cache_block *queries_blocks; // query list (LIFO)