MySQL 9.0.0
Source Code Documentation
purge_node_t::rec_t Struct Reference

Info required to purge a record. More...

#include <row0purge.h>

Public Attributes

trx_undo_rec_tundo_rec
 Record to purge. More...
 
roll_ptr_t roll_ptr
 File pointer to UNDO record. More...
 
trx_id_t modifier_trx_id
 Trx that created this undo record. More...
 

Detailed Description

Info required to purge a record.

Member Data Documentation

◆ modifier_trx_id

trx_id_t purge_node_t::rec_t::modifier_trx_id

Trx that created this undo record.

◆ roll_ptr

roll_ptr_t purge_node_t::rec_t::roll_ptr

File pointer to UNDO record.

◆ undo_rec

trx_undo_rec_t* purge_node_t::rec_t::undo_rec

Record to purge.


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