summaryrefslogtreecommitdiff
path: root/mysql-test/suite/multi_source/change_master.test
blob: 08e6909694fa0560180e74bbfc72d5a6a142930f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--source include/not_embedded.inc

RESET MASTER;

--connect (slave,127.0.0.1,root,,,$SERVER_MYPORT_3)

--error ER_RELAY_LOG_INIT
change master 'abc1' to relay_log_file='';
--error ER_RELAY_LOG_INIT
change master 'abc1' to relay_log_file='';
--disconnect slave
--connection default