summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/rpl/r/rpl_connection.result
blob: b5ce7f4ed716cec2107c22d267e989f6138d744f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include/master-slave.inc
[connection master]
connection slave;
call mtr.add_suppression(".*Invalid .* username when attempting to connect to the master server.*");
include/stop_slave.inc
CHANGE MASTER TO MASTER_USER= '', MASTER_PASSWORD= '';
START SLAVE;
include/wait_for_slave_io_error.inc [errno=1045, 1593]
include/stop_slave.inc
CHANGE MASTER TO MASTER_USER= 'root', MASTER_PASSWORD= '';
START SLAVE;
include/rpl_end.inc