MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
roll_node_t Struct Reference

#include <trx0roll.h>

Collaboration diagram for roll_node_t:

Public Attributes

que_common_t common
enum roll_node_state state
ibool partial
trx_savept_t savept
que_thr_tundo_thr

Detailed Description

Rollback command node in a query graph

Definition at line 265 of file trx0roll.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: