MySQL 8.4.2
Source Code Documentation
|
RAII class to control the atomic DDL commit on slave. More...
Public Member Functions | |
Disable_slave_info_update_guard (THD *thd) | |
~Disable_slave_info_update_guard () | |
Private Attributes | |
Relay_log_info * | m_rli |
bool | m_flag |
RAII class to control the atomic DDL commit on slave.
A slave context flag responsible to mark the DDL as committed is raised and kept for the entirety of DDL commit block. While DDL commits the slave info table won't take part in its transaction.
|
inline |
|
inline |
|
private |
|
private |