• Sergey Vojtovich's avatar
    Clean-up trx_sys.mutex misuse · 4faf34ad
    Sergey Vojtovich authored
    Currently trx_sys.mutex protects only trx_sys.mysql_trx_list and
    trx_sys.m_views, which are not accessed by lock0lock debug routines.
    Thus there's no need to bother trx_sys.mutex here.
    
    Removed trx_assert_started(): this assertion is fully covered by
    check_trx_state().
    4faf34ad
trx0trx.h 41.9 KB