Comment 7 for bug 1233301

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

Above requires similar trx_mutex_{enter,exit}, however it is better if the whole BF abort logic can be rewritten to avoid this if possible because as the stack indicates two separate innodb stacks (interleaved with handlerton calls) are involved here, as such, trx and lock_sys mutexes can cause conflict.