mariadb/storage/innobase/buf
Shaohua Wang 79032a7ae1 BUG#22530768 Innodb freeze running REPLACE statements
we can see from the hang stacktrace, srv_monitor_thread is blocked
when getting log_sys::mutex, so that sync_arr_wake_threads_if_sema_free
cannot get a change to break the mutex deadlock.

The fix is simply removing any mutex wait in srv_monitor_thread.

Patch is reviewed by Sunny over IM.
2016-01-12 15:15:41 +08:00
..
buf0buddy.c Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00
buf0buf.c Bug#20422680 BUF_POOL_WATCH_SET WOULD CRASH TRYING 2015-03-24 14:09:18 +05:30
buf0flu.c BUG#22530768 Innodb freeze running REPLACE statements 2016-01-12 15:15:41 +08:00
buf0lru.c Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00
buf0rea.c Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERS 2013-06-10 22:29:41 +02:00