mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -1083,6 +1083,8 @@ int mysql_prepare_delete(THD *thd, TABLE_LIST *table_list, Item **conds,
|
||||
DBUG_RETURN(TRUE);
|
||||
|
||||
select_lex->fix_prepare_information(thd, conds, &fake_conds);
|
||||
if (!thd->lex->upd_del_where)
|
||||
thd->lex->upd_del_where= *conds;
|
||||
DBUG_RETURN(FALSE);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user