• Sergey Vojtovich's avatar
    MDEV-22697 - InnoDB: remove trx->no · 03dcdad2
    Sergey Vojtovich authored
    trx->no is duplicated by trx->rw_trx_hash_element->no for no good reason.
    The latter is preferred for performance reasons: allows to avoid taking
    trx->rw_trx_hash_element->mutex when snapshotting.
    03dcdad2
trx0purge.cc 35.9 KB