• Andrei Elkin's avatar
    Bug #51600 rpl_slave_skip waits for slave to stop incorrectly · dbb9e58c
    Andrei Elkin authored
    START SLAVE UNTIL MASTER ... specifies only SQL thread to stop.
    rpl_slave_skip erronously deployed waiting for stop of both threads.
    
    Corrected with deploying the correct macro.
    Notice, earlier a similar bug@47749 was fixed in mysql-trunk.
    
    mysql-test/suite/rpl/t/rpl_slave_skip.test:
      changing two waiting calls for offline of both threads into waiting for SQL to stop.
    dbb9e58c
rpl_slave_skip.test 6.94 KB