MySQL 9.1.0
Source Code Documentation
|
#include <sql_alter_instance.h>
Public Member Functions | |
Alter_instance (THD *thd) | |
virtual bool | execute ()=0 |
bool | log_to_binlog () |
virtual | ~Alter_instance ()=default |
Protected Attributes | |
THD * | m_thd |
|
inlineexplicit |
|
virtualdefault |
|
pure virtual |
Implemented in Alter_instance_reload_tls, Rotate_innodb_master_key, Rotate_binlog_master_key, Innodb_redo_log, and Reload_keyring.
bool Alter_instance::log_to_binlog | ( | ) |
|
protected |