MySQL 9.1.0
Source Code Documentation
|
Transaction undo log record. More...
Functions | |
static ulint | trx_undo_rec_get_type (const trx_undo_rec_t *undo_rec) |
Reads from an undo log record the record type. More... | |
static ulint | trx_undo_rec_get_cmpl_info (const trx_undo_rec_t *undo_rec) |
Reads from an undo log record the record compiler info. More... | |
static bool | trx_undo_rec_get_extern_storage (const trx_undo_rec_t *undo_rec) |
Returns true if an undo log record contains an extern storage field. More... | |
static undo_no_t | trx_undo_rec_get_undo_no (const trx_undo_rec_t *undo_rec) |
Reads the undo log record number. More... | |
static trx_undo_rec_t * | trx_undo_rec_copy (const page_t *undo_page, uint32_t undo_offset, mem_heap_t *heap) |
Transaction undo log record.
Created 3/26/1996 Heikki Tuuri
|
inlinestatic |
|
inlinestatic |
Reads from an undo log record the record compiler info.
undo_rec | in: undo log record |
|
inlinestatic |
Returns true if an undo log record contains an extern storage field.
undo_rec | in: undo log record |
|
inlinestatic |
Reads from an undo log record the record type.
undo_rec | in: undo log record |
|
inlinestatic |
Reads the undo log record number.
undo_rec | in: undo log record |