• Sergey Vojtovich's avatar
    MDEV-14756 - Remove trx_sys_t::rw_trx_list · 868c77df
    Sergey Vojtovich authored
    Replaced UT_LIST_GET_LEN(trx_sys->rw_trx_list) with
    trx_sys->rw_trx_hash.size().
    Moved freeing of trx objects at shutdown to rw_trx_hash destructor.
    Small clean-up in trx_rollback_recovered().
    868c77df
trx0roll.cc 33 KB