mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
merge with 5.5
This commit is contained in:
@ -876,4 +876,10 @@ extern mysql_mutex_t LOCK_open;
|
||||
extern ulong mdl_locks_cache_size;
|
||||
static const ulong MDL_LOCKS_CACHE_SIZE_DEFAULT = 1024;
|
||||
|
||||
/*
|
||||
Metadata locking subsystem tries not to grant more than
|
||||
max_write_lock_count high-prio, strong locks successively,
|
||||
to avoid starving out weak, low-prio locks.
|
||||
*/
|
||||
extern "C" ulong max_write_lock_count;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user