MySQL 8.0.40
Source Code Documentation
|
This class is the implementation of service mysql_new_transaction_control. More...
#include <mysql_transaction_delegate_control_imp.h>
Static Public Member Functions | |
static void | stop () noexcept |
Method to stop new incoming transactions allowing some management queries to run. More... | |
static void | allow () noexcept |
Method that allows the transactions which were earlier stopped by stop method. More... | |
This class is the implementation of service mysql_new_transaction_control.
|
staticnoexcept |
Method that allows the transactions which were earlier stopped by stop method.
|
staticnoexcept |
Method to stop new incoming transactions allowing some management queries to run.
New incoming transactions are rolled back.