Comment 21 for bug 1200788

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

The check

 ut_ad(trx_sys->descr_n_used <= UT_LIST_GET_LEN(trx_sys->rw_trx_list));

in trx_commit_in_memory() happens outside trx_sys->mutex protection.