MySQL 9.0.0
Source Code Documentation
Trx_shard Struct Reference

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...
 

Detailed Description

Shard for subset of transactions.

Member Data Documentation

◆ 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.


The documentation for this struct was generated from the following file: