mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Adjusted test results after rebase against 11.0.1
This commit is contained in:
@@ -32596,7 +32596,8 @@ bool Sql_cmd_dml::execute_inner(THD *thd)
|
||||
if (unlikely(thd->is_error()))
|
||||
goto err;
|
||||
|
||||
join->exec();
|
||||
if (join->exec())
|
||||
goto err;
|
||||
|
||||
if (thd->lex->describe & DESCRIBE_EXTENDED)
|
||||
{
|
||||
|
Reference in New Issue
Block a user