Fixed as follows: diff: === modified file 'Percona-Server/storage/innobase/lock/lock0lock.cc' --- Percona-Server/storage/innobase/lock/lock0lock.cc 2014-03-09 13:26:24 +0000 +++ Percona-Server/storage/innobase/lock/lock0lock.cc 2014-03-17 19:19:58 +0000 @@ -1639,7 +1639,6 @@ is in the queue*/ } else if (lock->trx != trx) { if (wsrep_log_conflicts) { - mutex_enter(&trx_sys->mutex); if (bf_this) fputs("\n*** Priority TRANSACTION:\n", stderr); @@ -1656,7 +1655,6 @@ stderr); trx_print_latched(stderr, lock->trx, 3000); - mutex_exit(&trx_sys->mutex); fputs("*** WAITING FOR THIS LOCK TO BE GRANTED:\n", stderr); ------------------------------------------------------------ revno: 752 fixes bug: https://launchpad.net/bugs/1293624 committer: Raghavendra D Prabhu