MySQL 9.1.0
Source Code Documentation
|
Transaction rollback. More...
Functions | |
static bool | trx_roll_check_undo_rec_ordering (undo_no_t curr_undo_rec_no, space_id_t curr_undo_space_id, const trx_t *trx) |
Check if undo numbering is maintained while processing undo records for rollback. More... | |
Transaction rollback.
Created 3/26/1996 Heikki Tuuri
|
inlinestatic |
Check if undo numbering is maintained while processing undo records for rollback.
curr_undo_rec_no | in: record number of undo record to process. |
curr_undo_space_id | in: space-id of rollback segment that contains the undo record to process. |
trx | in: transaction |