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

@ -2125,7 +2125,8 @@ void reinit_stmt_before_use(THD *thd, LEX *lex)
lex->result->cleanup();
lex->result->set_thd(thd);
}
thd->allow_sum_func= 0;
lex->allow_sum_func= 0;
lex->in_sum_func= NULL;
DBUG_VOID_RETURN;
}