1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

IN subselect with ORDER BY, HAVING & sum functions

This commit is contained in:
bell@sanja.is.com.ua
2002-10-31 02:11:59 +02:00
parent 465664a124
commit 3e8a5e1d34
8 changed files with 58 additions and 19 deletions

View File

@ -196,6 +196,7 @@ public:
enum sub_select_type linkage;
SQL_LIST order_list; /* ORDER clause */
ha_rows select_limit, offset_limit; /* LIMIT clause parameters */
bool with_sum_func;
void init_query();
void init_select();
void include_down(st_select_lex_node *upper);