#include <trx0roll.h>
Public Attributes | |
que_common_t | common |
enum roll_node_state | state |
ibool | partial |
trx_savept_t | savept |
Rollback command node in a query graph
Definition at line 324 of file trx0roll.h.
node type: QUE_NODE_ROLLBACK
Definition at line 325 of file trx0roll.h.
Referenced by roll_node_create().
TRUE if we want a partial rollback
Definition at line 327 of file trx0roll.h.
Referenced by roll_node_create(), trx_general_rollback_for_mysql(), and trx_rollback_step().
savepoint to which to roll back, in the case of a partial rollback
Definition at line 329 of file trx0roll.h.
Referenced by trx_general_rollback_for_mysql(), and trx_rollback_step().
node execution state
Definition at line 326 of file trx0roll.h.
Referenced by roll_node_create(), and trx_rollback_step().