MySQL 8.4.0
Source Code Documentation
waiting_trx_info_t Struct Reference

A snapshot of information about a single slot which was in use at the moment of taking the snapshot. More...

Public Attributes

trx_ttrx
 The transaction which was using this slot. More...
 
trx_twaits_for
 The transaction for which the owner of the slot is waiting for. More...
 
srv_slot_tslot
 The slot this info is about. More...
 
uint64_t reservation_no
 The slot->reservation_no at the moment of taking the snapshot. More...
 

Detailed Description

A snapshot of information about a single slot which was in use at the moment of taking the snapshot.

Member Data Documentation

◆ reservation_no

uint64_t waiting_trx_info_t::reservation_no

The slot->reservation_no at the moment of taking the snapshot.

◆ slot

srv_slot_t* waiting_trx_info_t::slot

The slot this info is about.

◆ trx

trx_t* waiting_trx_info_t::trx

The transaction which was using this slot.

◆ waits_for

trx_t* waiting_trx_info_t::waits_for

The transaction for which the owner of the slot is waiting for.


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