mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
row IN subselects (SCRUM)
This commit is contained in:
@ -824,10 +824,10 @@ public:
|
||||
};
|
||||
|
||||
/* Single value subselect interface class */
|
||||
class select_singleval_subselect :public select_subselect
|
||||
class select_singlerow_subselect :public select_subselect
|
||||
{
|
||||
public:
|
||||
select_singleval_subselect(Item_subselect *item):select_subselect(item){}
|
||||
select_singlerow_subselect(Item_subselect *item):select_subselect(item){}
|
||||
bool send_data(List<Item> &items);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user