mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-406: ANALYZE $stmt: Make multi-table UPDATE/DELETE work, code cleanup.
This commit is contained in:
@ -1292,7 +1292,7 @@ bool multi_delete::send_eof()
|
||||
if (local_error != 0)
|
||||
error_handled= TRUE; // to force early leave from ::abort_result_set()
|
||||
|
||||
if (!local_error)
|
||||
if (!local_error && !thd->lex->analyze_stmt)
|
||||
{
|
||||
::my_ok(thd, deleted);
|
||||
}
|
||||
|
Reference in New Issue
Block a user