1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

do not show user/pass for slave unless running with show-slave-auth-info

cleanup of register_slave_on_master()
This commit is contained in:
sasha@mysql.sashanet.com
2001-06-01 21:15:15 -06:00
parent 68adfd2322
commit ad0b92f941
5 changed files with 31 additions and 25 deletions

View File

@@ -12,6 +12,7 @@ typedef struct st_slave_info
uint16 port;
} SLAVE_INFO;
extern bool opt_show_slave_auth_info;
extern HASH slave_list;
extern char* master_host;
extern my_string opt_bin_logname, master_info_file;