Comment 14 for bug 1233301

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

All that innobase_kill_connection does is call lock_cancel_waiting_and_release, which is done even by wsrep_innobase_kill_one_trx before calling wsrep_thd_awake, so innobase_kill_connection in this case is redundant.