mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.4 to 10.5
This commit is contained in:
@ -542,6 +542,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