mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
cleanup: more 'const' qualifiers
This commit is contained in:
@ -209,7 +209,7 @@ public:
|
||||
const char *host, uint port);
|
||||
bool add_master_info(Master_info *mi, bool write_to_file);
|
||||
bool remove_master_info(LEX_STRING *connection_name);
|
||||
Master_info *get_master_info(LEX_STRING *connection_name,
|
||||
Master_info *get_master_info(const LEX_STRING *connection_name,
|
||||
Sql_condition::enum_warning_level warning);
|
||||
bool give_error_if_slave_running();
|
||||
bool start_all_slaves(THD *thd);
|
||||
|
Reference in New Issue
Block a user