1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Applied the changes introduced in the commit

92a3280998
Author:	Oleksandr Byelkin <sanja@mariadb.com>  Tue Jul 12 00:25:08 2022
Committer:	Oleksandr Byelkin <sanja@mariadb.com>  Thu Jul 14 00:46:06 2022

for the code of MDEV-28883.
This commit is contained in:
Igor Babaev
2022-08-18 20:40:04 -07:00
parent 24f75b7f25
commit 11701780e0
4 changed files with 3 additions and 12 deletions

View File

@ -1543,7 +1543,7 @@ bool Sql_cmd_delete::prepare_inner(THD *thd)
}
if (!(result= new (thd->mem_root) multi_delete(thd, aux_tables,
lex->table_count)))
lex->table_count_update)))
{
DBUG_RETURN(TRUE);
}