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:
@ -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);
|
||||
|
Reference in New Issue
Block a user