mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
MDEV-5624 mysqldump --dump-slave option does not restart the replication if the dump has failed
This commit is contained in:
@@ -11,4 +11,11 @@ START SLAVE;
|
||||
STOP SLAVE;
|
||||
CHANGE MASTER TO MASTER_HOST='127.0.0.1', MASTER_PORT=MASTER_MYPORT, MASTER_LOG_FILE='master-bin.000001', MASTER_LOG_POS=BINLOG_START;
|
||||
START SLAVE;
|
||||
slave start;
|
||||
Warnings:
|
||||
Note 1254 Slave is already running
|
||||
CHANGE MASTER TO MASTER_LOG_FILE='master-bin.000001', MASTER_LOG_POS=BINLOG_START;
|
||||
slave start;
|
||||
Warnings:
|
||||
Note 1254 Slave is already running
|
||||
include/rpl_end.inc
|
||||
|
Reference in New Issue
Block a user