|
InnoDB Plugin
1.0
|
#include "univ.i"#include "data0data.h"#include "dict0types.h"#include "trx0types.h"#include "que0types.h"#include "row0types.h"#include "mtr0mtr.h"#include "row0umod.ic"
Go to the source code of this file.
Functions | |
| UNIV_INTERN dberr_t | row_undo_mod (undo_node_t *node, que_thr_t *thr)) |
Undo modify of a row
Created 2/27/1997 Heikki Tuuri
| UNIV_INTERN dberr_t row_undo_mod | ( | undo_node_t * | node, |
| que_thr_t * | thr | ||
| ) |
Undoes a modify operation on a row of a table.
| node | in: row undo node |
| thr | in: query thread |
1.8.1.2