1
0
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:
Sergei Golubchik
2014-08-28 09:23:15 +02:00
parent 9ccaa62dd5
commit d508ef7898
9 changed files with 63 additions and 63 deletions

View File

@ -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);