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

mysql-test/r/subselect.result:
  IN subselect with ORDER BY, HAVING & sum functions test
mysql-test/t/subselect.test:
  IN subselect with ORDER BY, HAVING & sum functions test
sql/item.h:
  removed field, because parent class has same field
This commit is contained in:
unknown
2002-10-31 02:11:59 +02:00
parent 5bb0ca0a1f
commit ceb73645c1
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);