mirror of
https://github.com/MariaDB/server.git
synced 2025-04-18 21:44:20 +03:00
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()
14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
--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
|
|
|