diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-06-01 21:15:15 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-06-01 21:15:15 -0600 |
commit | 2cf8889f57883e7732b66661117f15605315ddda (patch) | |
tree | 9ba066c59c8efe0b639b3b3003be8c3047bd5981 /mysql-test/r | |
parent | 6b5d02ac5326efdb9248881c2dde6a500c2f194a (diff) | |
download | mariadb-git-2cf8889f57883e7732b66661117f15605315ddda.tar.gz |
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
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/rpl000002.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/rpl000002.result b/mysql-test/r/rpl000002.result index 1586d433d93..7f518a7339e 100644 --- a/mysql-test/r/rpl000002.result +++ b/mysql-test/r/rpl000002.result @@ -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 |