MySQL 5.6.14 Source Code Document
|
#include <trx0roll.h>
Public Attributes | |
ibool | in_use |
trx_id_t | trx_no |
undo_no_t | undo_no |
A cell of trx_undo_arr_t; used during a rollback and a purge
Definition at line 238 of file trx0roll.h.
ibool trx_undo_inf_t::in_use |
true if cell is being used
Definition at line 239 of file trx0roll.h.
trx_id_t trx_undo_inf_t::trx_no |
transaction number: not defined during a rollback
Definition at line 240 of file trx0roll.h.
undo_no_t trx_undo_inf_t::undo_no |
undo number of an undo record
Definition at line 242 of file trx0roll.h.