mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
invalidation of locking for write tables (BUG#2693)
fixed linking query_prealloc_size to query cache presence
This commit is contained in:
@ -336,6 +336,7 @@ struct system_variables
|
||||
my_bool log_warnings;
|
||||
my_bool low_priority_updates;
|
||||
my_bool new_mode;
|
||||
my_bool query_cache_wlock_invalidate;
|
||||
|
||||
CONVERT *convert_set;
|
||||
};
|
||||
|
Reference in New Issue
Block a user