MySQL 9.1.0
Source Code Documentation
|
A snapshot of information about a single slot which was in use at the moment of taking the snapshot. More...
Public Attributes | |
trx_t * | trx |
The transaction which was using this slot. More... | |
trx_t * | waits_for |
The transaction for which the owner of the slot is waiting for. More... | |
srv_slot_t * | slot |
The slot this info is about. More... | |
uint64_t | reservation_no |
The slot->reservation_no at the moment of taking the snapshot. More... | |
A snapshot of information about a single slot which was in use at the moment of taking the snapshot.
uint64_t waiting_trx_info_t::reservation_no |
The slot->reservation_no at the moment of taking the snapshot.
srv_slot_t* waiting_trx_info_t::slot |
The slot this info is about.
trx_t* waiting_trx_info_t::trx |
The transaction which was using this slot.
trx_t* waiting_trx_info_t::waits_for |
The transaction for which the owner of the slot is waiting for.