Loading sql/sql_update.cc +1 −1 Original line number Diff line number Diff line Loading @@ -679,7 +679,7 @@ int mysql_update(THD *thd, */ if (will_batch && ((error= table->file->exec_bulk_update(&dup_key_found)) || !dup_key_found)) dup_key_found)) { if (error) { Loading Loading
sql/sql_update.cc +1 −1 Original line number Diff line number Diff line Loading @@ -679,7 +679,7 @@ int mysql_update(THD *thd, */ if (will_batch && ((error= table->file->exec_bulk_update(&dup_key_found)) || !dup_key_found)) dup_key_found)) { if (error) { Loading