Loading sql/sql_update.cc +1 −0 Original line number Diff line number Diff line Loading @@ -1099,6 +1099,7 @@ static bool safe_update_on_fly(JOIN_TAB *join_tab, List<Item> *fields) case JT_EQ_REF: return TRUE; // At most one matching row case JT_REF: case JT_REF_OR_NULL: return !check_if_key_used(table, join_tab->ref.key, *fields); case JT_ALL: /* If range search on index */ Loading sql/sql_yacc.yy +1 −1 File changed.Contains only whitespace changes. Show changes Loading
sql/sql_update.cc +1 −0 Original line number Diff line number Diff line Loading @@ -1099,6 +1099,7 @@ static bool safe_update_on_fly(JOIN_TAB *join_tab, List<Item> *fields) case JT_EQ_REF: return TRUE; // At most one matching row case JT_REF: case JT_REF_OR_NULL: return !check_if_key_used(table, join_tab->ref.key, *fields); case JT_ALL: /* If range search on index */ Loading