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:
@ -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