• unknown's avatar
    MDEV-4506: Parallel replication. · 12c760ef
    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.
    12c760ef
rpl_parallel.cc 25.1 KB