• unknown's avatar
    MDEV-4506: Parallel replication. · 3a1d8ac6
    unknown authored
    Improve STOP SLAVE in parallel mode.
    
    Now, the parallel part will queue the current event group to the
    end, and then stop queing any more events. Each worker will
    complete the current event group, and then just skip any further
    queued events.
    3a1d8ac6
rpl_parallel.result 8.44 KB