Cleanup: Remove pointer indirection for trx_t::xid
The trx_t::xid is always allocated, so we might as well allocate it directly in the trx_t object to improve the locality of reference.
Showing
Please register or sign in to comment
The trx_t::xid is always allocated, so we might as well allocate it directly in the trx_t object to improve the locality of reference.