1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +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

@ -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()