|
MySQL 5.6.14 Source Code Document
|
#include <trx0roll.h>

Public Attributes | |
| que_common_t | common |
| enum roll_node_state | state |
| ibool | partial |
| trx_savept_t | savept |
| que_thr_t * | undo_thr |
Rollback command node in a query graph
Definition at line 265 of file trx0roll.h.
| que_common_t roll_node_t::common |
node type: QUE_NODE_ROLLBACK
Definition at line 266 of file trx0roll.h.
| ibool roll_node_t::partial |
TRUE if we want a partial rollback
Definition at line 268 of file trx0roll.h.
| trx_savept_t roll_node_t::savept |
savepoint to which to roll back, in the case of a partial rollback
Definition at line 270 of file trx0roll.h.
| enum roll_node_state roll_node_t::state |
node execution state
Definition at line 267 of file trx0roll.h.
| que_thr_t* roll_node_t::undo_thr |
undo query graph
Definition at line 273 of file trx0roll.h.