Comment 22 for bug 1386363

Revision history for this message
monty solomon (monty+launchpad) wrote :

Oracle bug 19843808 is fixed in 5.6.23.

http://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-23.html

Replication: If a client thread on a slave executed FLUSH TABLES WITH READ LOCK while the master executed a DML, executing SHOW SLAVE STATUS in the same client became blocked, causing a deadlock. The fix ensures that the read lock is only held during the period that the relay log is being updated and the deadlock is avoided. (Bug #19843808)