MySQL 9.1.0
Source Code Documentation
|
A service to manage transactions execution. More...
#include <mysql_transaction_delegate_control.h>
Public Attributes | |
void(* | stop )() |
This method rollback any transaction that reaches the commit stage. More... | |
void(* | allow )() |
Method re-allows the commit, earlier stopped in stop function. More... | |
A service to manage transactions execution.
This service rollbacks the transactions that reach the before_commit state. This service does not impact transactions that are already in the commit stage.
void(* s_mysql_mysql_before_commit_transaction_control::allow) () |
Method re-allows the commit, earlier stopped in stop function.
void(* s_mysql_mysql_before_commit_transaction_control::stop) () |
This method rollback any transaction that reaches the commit stage.