MDEV-22697 - InnoDB: remove trx->no
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.
Showing
Please register or sign in to comment