• unknown's avatar
    MDEV-5195: Race when switching relay log causing crash · f2799c68
    unknown authored
    In parallel replication, when the IO thread switches relay log,
    the SQL thread re-opens the current relaylog and seeks to the
    current position. There was a race that would cause it to
    sometimes seek to the wrong position, causing corruption and
    crash.
    f2799c68
rpl_parallel.cc 25.9 KB