Loading sql/sql_parse.cc +2 −0 Original line number Diff line number Diff line Loading @@ -3208,6 +3208,7 @@ mysql_execute_command(THD *thd) if ((res= mysql_multi_update_prepare(thd))) break; #ifdef HAVE_REPLICATION /* Check slave filtering rules */ if (thd->slave_thread && all_tables_not_ok(thd, all_tables)) { Loading @@ -3215,6 +3216,7 @@ mysql_execute_command(THD *thd) my_error(ER_SLAVE_IGNORED_TABLE, MYF(0)); break; } #endif /* HAVE_REPLICATION */ res= mysql_multi_update(thd, all_tables, &select_lex->item_list, Loading Loading
sql/sql_parse.cc +2 −0 Original line number Diff line number Diff line Loading @@ -3208,6 +3208,7 @@ mysql_execute_command(THD *thd) if ((res= mysql_multi_update_prepare(thd))) break; #ifdef HAVE_REPLICATION /* Check slave filtering rules */ if (thd->slave_thread && all_tables_not_ok(thd, all_tables)) { Loading @@ -3215,6 +3216,7 @@ mysql_execute_command(THD *thd) my_error(ER_SLAVE_IGNORED_TABLE, MYF(0)); break; } #endif /* HAVE_REPLICATION */ res= mysql_multi_update(thd, all_tables, &select_lex->item_list, Loading