Comment 9 for bug 1233301

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

 + if (trx_mutex_own(lock->trx))
+ trx_mutex_exit(lock->trx);

doesnt work because it is not available in debug build, need to move it above.