MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
trx_undo_inf_t Struct Reference

#include <trx0roll.h>

Public Attributes

ibool in_use
trx_id_t trx_no
undo_no_t undo_no

Detailed Description

A cell of trx_undo_arr_t; used during a rollback and a purge

Definition at line 238 of file trx0roll.h.

Member Data Documentation

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.


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