• guilhem@mysql.com's avatar
    Fix for BUG#13023: "SQL Thread is up but doesn't move forward". Details in slave.cc; · 4c1c9db8
    guilhem@mysql.com authored
    in short we now record whenever the slave I/O thread ignores a master's event because of its server id,
    and use this info in the slave SQL thread to advance Exec_master_log_pos. Because if we
    do not, this variable stays at the position of the last executed event, i.e. the last *non-ignored*
    executed one, which may not be the last of the master's binlog (and so the slave *looks* behind
    the master though it's data-wise it's not).
    4c1c9db8
rpl_dual_pos_advance.test 2.06 KB