1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-10814: Don't coredump query cache

merge fix: additional_data_size is a size_t class Query_cache member.
This commit is contained in:
Daniel Black
2018-02-26 18:13:59 +11:00
parent 0805a9565f
commit 31aa277768
2 changed files with 2 additions and 2 deletions

View File

@ -337,7 +337,7 @@ protected:
till the end of a flush operation.
*/
mysql_mutex_t structure_guard_mutex;
ulong additional_data_size;
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)