mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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>
This commit is contained in:
committed by
Daniel Black
parent
c029eae02d
commit
3188131b15
@ -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)
|
||||
|
Reference in New Issue
Block a user