• guilhem@mysql.com's avatar
    Fix for BUG#2983 "If statement was killed on master, slave errors despite replicate-wild-ignore-t" · 69517b22
    guilhem@mysql.com authored
    We introduce a new function mysql_test_parse_for_slave().
    If the slave sees that the query got a really bad error on master
    (killed e.g.), then it calls this function to know if this query
    can be ignored because of replicate-*-table rules (do not worry
    about replicate-*-db rules: they are checked so early that they have
    no bug). If the answer is yes, it skips the query and continues. If
    it's no, then it stops and say "fix your slave data manually" (like it
    did before this change).
    69517b22
rpl_error_ignored_table-slave.opt 99 Bytes