• Sergey Vojtovich's avatar
    MDEV-15104 - Remove trx_sys_t::serialisation_list · c0d5d7c0
    Sergey Vojtovich authored
    serialisation_list was supposed to instantly give minimum registered
    transaction serialisation number. However maintaining and accessing
    this list requires global mutex protection.
    
    Since we already take MVCC snapshot by iterating trx_sys_t::rw_trx_hash,
    it is cheap to integrate minimum registered transaction lookup into this
    iteration.
    c0d5d7c0
trx0sys.cc 15.2 KB