mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge 10.1 into 10.2
This commit is contained in:
@@ -417,6 +417,8 @@ int mysql_update(THD *thd,
|
||||
query_plan.set_no_partitions();
|
||||
if (thd->lex->describe || thd->lex->analyze_stmt)
|
||||
goto produce_explain_and_leave;
|
||||
if (thd->is_error())
|
||||
DBUG_RETURN(1);
|
||||
|
||||
my_ok(thd); // No matching records
|
||||
DBUG_RETURN(0);
|
||||
|
||||
Reference in New Issue
Block a user