mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
do not show user/pass for slave unless running with show-slave-auth-info
cleanup of register_slave_on_master() mysql-test/r/rpl000002.result: new output of show slave hosts sql/mysqld.cc: user and password are shown in show slave hosts only if show-slave-auth-info option is on sql/slave.cc: cleanup of register_slave_on_master() sql/sql_repl.cc: do not show user/pass for slave unless running with show-slave-auth-info sql/sql_repl.h: show-slave-auth-info
This commit is contained in:
@ -2,8 +2,8 @@ n
|
||||
2000
|
||||
2001
|
||||
2002
|
||||
Server_id Host User Password Port
|
||||
2 127.0.0.1 root 9307
|
||||
Server_id Host Port
|
||||
2 127.0.0.1 9307
|
||||
id created
|
||||
1 1970-01-01 06:25:45
|
||||
id created
|
||||
|
Reference in New Issue
Block a user