mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge linux-st28.site:/home/martin/mysql/src/bug28677/my50-bug28677
into linux-st28.site:/home/martin/mysql/src/bug28677/my51-bug28677 sql/sql_class.h: Auto merged sql/sql_select.cc: Auto merged sql/sql_insert.cc: C c
This commit is contained in:
@@ -261,11 +261,8 @@ bool handle_select(THD *thd, LEX *lex, select_result *result,
|
||||
thd->net.report_error));
|
||||
res|= thd->net.report_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();
|
||||
}
|
||||
|
||||
DBUG_RETURN(res);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user