mirror of
https://github.com/MariaDB/server.git
synced 2025-02-14 17:35:35 +01:00
![Monty](/assets/img/avatar_default.png)
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;
|