MySQL 9.0.0
Source Code Documentation
mysql_new_transaction_control_imp Class Reference

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...
 

Detailed Description

This class is the implementation of service mysql_new_transaction_control.

See also
service mysql_new_transaction_control

Member Function Documentation

◆ allow()

void mysql_new_transaction_control_imp::allow ( )
staticnoexcept

Method that allows the transactions which were earlier stopped by stop method.

◆ stop()

void mysql_new_transaction_control_imp::stop ( )
staticnoexcept

Method to stop new incoming transactions allowing some management queries to run.

New incoming transactions are rolled back.


The documentation for this class was generated from the following files: