• aelkin@mysql.com's avatar
    BUG#15699, failure to apply ignore rule for unexisting table. · 0fc8284d
    aelkin@mysql.com authored
      
    Since replication rules execute after `mysql_multi_update_prepare' returns we
    delay to `break' in case this functions returns non-zero (some tables are not found) 
    for to examine if there is an ignore rule for a not-found table. By doing that
    it is guaranteed do/ignore replication rules logically preceed opening table routine.
    0fc8284d
rpl_multi_update4.test 944 Bytes