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

@ -934,7 +934,8 @@ void st_select_lex_node::init_select()
order_list.first= 0;
order_list.next= (byte**) &order_list.first;
select_limit= HA_POS_ERROR;
offset_limit= 0;
offset_limit= 0;
with_sum_func= 0;
}
void st_select_lex_unit::init_query()