mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed select nest level
This commit is contained in:
@ -936,7 +936,7 @@ int mysql_prepare_delete(THD *thd, TABLE_LIST *table_list,
|
||||
List<Item> all_fields;
|
||||
|
||||
*delete_while_scanning= true;
|
||||
thd->lex->allow_sum_func= 0;
|
||||
thd->lex->allow_sum_func.clear_all();
|
||||
if (setup_tables_and_check_access(thd, &thd->lex->select_lex.context,
|
||||
&thd->lex->select_lex.top_join_list,
|
||||
table_list,
|
||||
|
Reference in New Issue
Block a user