MySQL 9.0.0
Source Code Documentation
mysql_close_connection_of_binloggable_transaction_not_reached_commit_imp Class Reference

This class is the implementation of service mysql_close_connection_of_binloggable_transaction_not_reached_commit. More...

#include <mysql_transaction_delegate_control_imp.h>

Static Public Member Functions

static void close () noexcept
 Method that gracefully closes the client connection which are running a binloggable transactions that did not reach the commit stage. More...
 

Detailed Description

This class is the implementation of service mysql_close_connection_of_binloggable_transaction_not_reached_commit.

See also
service mysql_close_connection_of_binloggable_transaction_not_reached_commit

Member Function Documentation

◆ close()

void mysql_close_connection_of_binloggable_transaction_not_reached_commit_imp::close ( void  )
staticnoexcept

Method that gracefully closes the client connection which are running a binloggable transactions that did not reach the commit stage.

Close all the client connections which is running a binloggable transaction that have yet not reached the before_commit stage.


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