|
MySQL 5.6.14 Source Code Document
|
#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) __attribute__((nonnull |
Variables | |
| UNIV_INTERN dberr_t | warn_unused_result |
| 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 |