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:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user