summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r--sql/sql_update.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc
index cf03cc597c8..4f816e5f032 100644
--- a/sql/sql_update.cc
+++ b/sql/sql_update.cc
@@ -1293,11 +1293,7 @@ bool mysql_multi_update(THD *thd,
DBUG_PRINT("info",("res: %d report_error: %d", res, (int) thd->is_error()));
res|= thd->is_error();
if (unlikely(res))
- {
- /* If we had a another error reported earlier then this will be ignored */
- result->send_error(ER_UNKNOWN_ERROR, ER(ER_UNKNOWN_ERROR));
result->abort();
- }
delete result;
thd->abort_on_warning= 0;
DBUG_RETURN(FALSE);