mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.6 into 10.7
This commit is contained in:
@ -6702,6 +6702,7 @@ class select_max_min_finder_subselect :public select_subselect
|
||||
bool (select_max_min_finder_subselect::*op)();
|
||||
bool fmax;
|
||||
bool is_all;
|
||||
void set_op(const Type_handler *ha);
|
||||
public:
|
||||
select_max_min_finder_subselect(THD *thd_arg, Item_subselect *item_arg,
|
||||
bool mx, bool all):
|
||||
@ -6714,6 +6715,7 @@ public:
|
||||
bool cmp_decimal();
|
||||
bool cmp_str();
|
||||
bool cmp_time();
|
||||
bool cmp_native();
|
||||
};
|
||||
|
||||
/* EXISTS subselect interface class */
|
||||
|
Reference in New Issue
Block a user