MySQL 9.1.0
Source Code Documentation
|
A service to manage transactions execution. More...
#include <mysql_transaction_delegate_control.h>
Public Attributes | |
void(* | stop )() |
Method to stop new incoming transactions allowing some management queries to run. More... | |
void(* | allow )() |
Method that allows the transactions which were earlier stopped by stop method. More... | |
A service to manage transactions execution.
The service will stop new incoming transactions to execute.
void(* s_mysql_mysql_new_transaction_control::allow) () |
Method that allows the transactions which were earlier stopped by stop method.
void(* s_mysql_mysql_new_transaction_control::stop) () |
Method to stop new incoming transactions allowing some management queries to run.
New incoming transactions are rolled back.