• unknown's avatar
    Fixed BUG#18948 "Disabled test case rpl_row_inexist_tbl". · 88b109d9
    unknown authored
     The bug was caused by ignoring failure when opening a
     a table in Table_map_log_event::exec_event().
    
    
    mysql-test/r/rpl_row_inexist_tbl.result:
      Fixed test case result.
    mysql-test/t/disabled.def:
      Enabled rpl_row_inexist_table test.
    mysql-test/t/rpl_row_inexist_tbl.test:
      Extended test case with "replicate-ignore-table" t2.
    sql/log_event.cc:
      Table_map_log_event::exec_event(): Remove code which ignores
       opening table failure. Previously, this code was needed
       because of extraneous table maps in the binary log. Currently,
       for any table that should be replicated to slave, a filter is
       needed (bug#18948).
    88b109d9
rpl_row_inexist_tbl.test 861 Bytes