• Kristian Nielsen's avatar
    Back-port Master_info::using_parallel() to 10.0. · f1fcc1fc
    Kristian Nielsen authored
    This has no functional changes, but it helps avoid merge problems from 10.0
    to 10.1. In 10.0, code that checks for parallel replication uses
    opt_slave_parallel_threads > 0, but this check needs to be
    mi->using_parallel() in 10.1. By using the same check in 10.0 (with
    unchanged semantics), merge problems to 10.1 are avoided.
    f1fcc1fc
log_event.cc 411 KB