global read lock code now uses a dedicated mutex
(otherwise a deadlock when ALTER writes to binlog holding LOCK_open, it causes binlog rotation, binlog waits for prepared transactions to commit, and commit needs LOCK_open to check for global read lock)
Showing
Please register or sign in to comment