InnoDB Plugin
1.0
|
#include <trx0roll.h>
Data Fields | |
ulint | n_cells |
ulint | n_used |
trx_undo_inf_t * | infos |
mem_heap_t * | heap |
During a rollback and a purge, undo numbers of undo records currently being
processed are stored in this array
mem_heap_t* trx_undo_arr_t::heap |
memory heap from which allocated
trx_undo_inf_t* trx_undo_arr_t::infos |
the array of undo infos
ulint trx_undo_arr_t::n_cells |
number of cells in the array
ulint trx_undo_arr_t::n_used |
number of cells in use