![]() |
MySQL 9.2.0
Source Code Documentation
|
This service will gracefully close all the client connections which are running a binloggable transaction that did not reach the commit stage. More...
#include <mysql_transaction_delegate_control.h>
Public Attributes | |
void(* | close )() |
Method that gracefully closes all the client connections which are running a binloggable transaction that did not reach the commit stage. More... | |
This service will gracefully close all the client connections which are running a binloggable transaction that did not reach the commit stage.
The term bingloggable transactions
is used to identify transactions that will be written to the binary log once they do commit. At present when binlog cache is initialized by a transaction, the transaction is marked as bingloggable
.
void(* s_mysql_mysql_close_connection_of_binloggable_transaction_not_reached_commit::close) () |
Method that gracefully closes all the client connections which are running a binloggable transaction that did not reach the commit stage.