mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
4ebaa80f0b
The reason was that there where no cleanup after a failed 'change master'. Fixed by doing a cleanup of created relay log files in remove_master_info()
13 lines
282 B
Text
13 lines
282 B
Text
--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
|
|
|