MySQL 9.1.0
Source Code Documentation
|
Rollback command node in a query graph. More...
#include <trx0roll.h>
Public Attributes | |
que_common_t | common |
node type: QUE_NODE_ROLLBACK More... | |
enum roll_node_state | state |
node execution state More... | |
bool | partial |
true if we want a partial rollback More... | |
trx_savept_t | savept |
savepoint to which to roll back, in the case of a partial rollback More... | |
que_thr_t * | undo_thr |
undo query graph More... | |
Rollback command node in a query graph.
que_common_t roll_node_t::common |
node type: QUE_NODE_ROLLBACK
bool roll_node_t::partial |
true if we want a partial rollback
trx_savept_t roll_node_t::savept |
savepoint to which to roll back, in the case of a partial rollback
enum roll_node_state roll_node_t::state |
node execution state
que_thr_t* roll_node_t::undo_thr |
undo query graph