diff options
| author | Oleksandr Byelkin <sanja@mariadb.com> | 2018-04-24 09:32:10 +0200 |
|---|---|---|
| committer | Oleksandr Byelkin <sanja@mariadb.com> | 2018-04-24 09:32:10 +0200 |
| commit | 47ac7252ff2be9a07b669ce3365953cd9a207654 (patch) | |
| tree | d1a1bd36dd84ac049e812bd885e59e2edb54b5e7 /sql/sql_cache.h | |
| parent | 461de7edeaef80693e38969a4d7d3f5ae9bb5e63 (diff) | |
| parent | abb4db4c3f52b6f79aad5df2decf10b49e7de1e9 (diff) | |
| download | mariadb-git-47ac7252ff2be9a07b669ce3365953cd9a207654.tar.gz | |
Merge branch 'grooverdan-10.2-MDEV-10814-dont-dump-query-cache' into bb-10.3-MDEV-10814
Diffstat (limited to 'sql/sql_cache.h')
| -rw-r--r-- | sql/sql_cache.h | 1 |
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) |
