summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/r/rpl_show_slave_hosts.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/rpl/r/rpl_show_slave_hosts.result')
-rw-r--r--mysql-test/suite/rpl/r/rpl_show_slave_hosts.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/rpl/r/rpl_show_slave_hosts.result b/mysql-test/suite/rpl/r/rpl_show_slave_hosts.result
index bd605c6e0fb..79803cca0d0 100644
--- a/mysql-test/suite/rpl/r/rpl_show_slave_hosts.result
+++ b/mysql-test/suite/rpl/r/rpl_show_slave_hosts.result
@@ -10,11 +10,11 @@ connection master;
SHOW SLAVE HOSTS;
Server_id Host Port Master_id
3 slave2 SLAVE_PORT 1
-2 SLAVE_PORT 1
+2 localhost SLAVE_PORT 1
connection slave2;
include/stop_slave_io.inc
connection master;
SHOW SLAVE HOSTS;
Server_id Host Port Master_id
-2 SLAVE_PORT 1
+2 localhost SLAVE_PORT 1
include/rpl_end.inc