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