Skip to content

Commit abe87f8

Browse files
pedrolgomesdahlerlend
authored andcommitted
Bug#299Bug#29995256: PRIVILEGE_CHECKS_USER NOT CLONED FOR RECOVERY CHANNEL
Bug#30510766: SLAVE FAILS TO START AFTER BEING CLONED IF USING POSITIONS [Post fix] To work on windows the rpl_cloned_slave_relay_log_info test needs to prevent the members from starting their slave channels on restart. We only guaranteed that on systems that need mysqld_safe. ReviewBoard: 23489
1 parent ad566be commit abe87f8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
$CLONE_PLUGIN_OPT
2+
--skip-slave-start=1

mysql-test/suite/rpl/t/rpl_cloned_slave_relay_log_info.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,11 @@ UNINSTALL PLUGIN clone;
249249

250250
--source include/clean_monitoring_process.inc
251251

252+
# mysqld_safe restarts but does not start slave channels
253+
--disable_warnings
252254
--let $rpl_channel_name=
253255
--source include/stop_slave.inc
256+
--enable_warnings
254257

255258
RESET SLAVE ALL;
256259

0 commit comments

Comments
 (0)