mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +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()
8 lines
410 B
Text
8 lines
410 B
Text
RESET MASTER;
|
|
connect slave,127.0.0.1,root,,,$SERVER_MYPORT_3;
|
|
change master 'abc1' to relay_log_file='';
|
|
ERROR HY000: Failed initializing relay log position: Could not find target log during relay log initialization
|
|
change master 'abc1' to relay_log_file='';
|
|
ERROR HY000: Failed initializing relay log position: Could not find target log during relay log initialization
|
|
disconnect slave;
|
|
connection default;
|