mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
errors without code removed
net_printf/send_error calls replaced by my_error family functions -1/1 (sent/unsent) error reporting removed (WL#2133)
This commit is contained in:
parent
09e9651acc
commit
4714a6e744
86 changed files with 1886 additions and 1566 deletions
|
|
@ -24,11 +24,11 @@ int update_slave_list(MYSQL* mysql, MASTER_INFO* mi);
|
|||
|
||||
extern HASH slave_list;
|
||||
|
||||
int load_master_data(THD* thd);
|
||||
bool load_master_data(THD* thd);
|
||||
int connect_to_master(THD *thd, MYSQL* mysql, MASTER_INFO* mi);
|
||||
|
||||
int show_new_master(THD* thd);
|
||||
int show_slave_hosts(THD* thd);
|
||||
bool show_new_master(THD* thd);
|
||||
bool show_slave_hosts(THD* thd);
|
||||
int translate_master(THD* thd, LEX_MASTER_INFO* mi, char* errmsg);
|
||||
void init_slave_list();
|
||||
void end_slave_list();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue