#include <trx0roll.h>
Public Attributes | |
trx_id_t | trx_no |
undo_no_t | undo_no |
ibool | in_use |
A cell of trx_undo_arr_struct; used during a rollback and a purge
Definition at line 298 of file trx0roll.h.
ibool trx_undo_inf_struct::in_use |
TRUE if the cell is in use
Definition at line 302 of file trx0roll.h.
trx_id_t trx_undo_inf_struct::trx_no |
transaction number: not defined during a rollback
Definition at line 299 of file trx0roll.h.
undo_no_t trx_undo_inf_struct::undo_no |
undo number of an undo record
Definition at line 301 of file trx0roll.h.