MySQL 8.3.0
Source Code Documentation
Alter_instance_reload_tls Class Reference
Inheritance diagram for Alter_instance_reload_tls:
[legend]

Public Member Functions

 Alter_instance_reload_tls (THD *thd, const LEX_CSTRING &channel_name, bool force=false)
 
bool execute () override
 
 ~Alter_instance_reload_tls () override=default
 
- Public Member Functions inherited from Alter_instance
 Alter_instance (THD *thd)
 
bool log_to_binlog ()
 
virtual ~Alter_instance ()=default
 

Protected Member Functions

bool match_channel_name ()
 

Protected Attributes

LEX_CSTRING channel_name_
 
bool force_
 
Ssl_acceptor_context_type context_type_
 
- Protected Attributes inherited from Alter_instance
THDm_thd
 

Constructor & Destructor Documentation

◆ Alter_instance_reload_tls()

Alter_instance_reload_tls::Alter_instance_reload_tls ( THD thd,
const LEX_CSTRING channel_name,
bool  force = false 
)
inlineexplicit

◆ ~Alter_instance_reload_tls()

Alter_instance_reload_tls::~Alter_instance_reload_tls ( )
overridedefault

Member Function Documentation

◆ execute()

bool Alter_instance_reload_tls::execute ( )
inlineoverridevirtual

Implements Alter_instance.

◆ match_channel_name()

bool Alter_instance_reload_tls::match_channel_name ( )
inlineprotected

Member Data Documentation

◆ channel_name_

LEX_CSTRING Alter_instance_reload_tls::channel_name_
protected

◆ context_type_

Ssl_acceptor_context_type Alter_instance_reload_tls::context_type_
protected

◆ force_

bool Alter_instance_reload_tls::force_
protected

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