MySQL 9.1.0
Source Code Documentation
|
Shard for subset of transactions. More...
#include <trx0sys.h>
Public Attributes | |
ut::Cacheline_padded< ut::Guarded< Trx_by_id_with_min, LATCH_ID_TRX_SYS_SHARD > > | active_rw_trxs |
Mapping from trx->id to trx of active rw transactions. More... | |
Shard for subset of transactions.
ut::Cacheline_padded<ut::Guarded<Trx_by_id_with_min, LATCH_ID_TRX_SYS_SHARD> > Trx_shard::active_rw_trxs |
Mapping from trx->id to trx of active rw transactions.
The peek() interface can only be used safely for the min_id(). Use latch_and_execute() interface to access other members.