1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00
allowed set functions aggregated in outer subqueries, allowed nested set functions.
This commit is contained in:
igor@rurik.mysql.com
2005-10-15 14:32:37 -07:00
parent a5c5b2c658
commit c136e9c43b
25 changed files with 772 additions and 75 deletions

View File

@ -313,7 +313,7 @@ bool mysql_prepare_delete(THD *thd, TABLE_LIST *table_list, Item **conds)
SELECT_LEX *select_lex= &thd->lex->select_lex;
DBUG_ENTER("mysql_prepare_delete");
thd->allow_sum_func= 0;
thd->lex->allow_sum_func= 0;
if (setup_tables(thd, &thd->lex->select_lex.context,
&thd->lex->select_lex.top_join_list,
table_list, conds, &select_lex->leaf_tables,