mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge remote-tracking branch 'shagalla/10.3-mdev12172' into 10.3
As a result of this merge the code for the following tasks appears in 10.3: - MDEV-12172 Implement tables specified by table value constructors - MDEV-12176 Transform [NOT] IN predicate with long list of values INTO [NOT] IN subquery.
This commit is contained in:
@ -1676,6 +1676,7 @@ public:
|
||||
bool inject_cond_into_where(Item *injected_cond);
|
||||
bool push_splitting_cond_into_derived(THD *thd, Item *cond);
|
||||
bool improve_chosen_plan(THD *thd);
|
||||
bool transform_in_predicates_into_in_subq(THD *thd);
|
||||
private:
|
||||
/**
|
||||
Create a temporary table to be used for processing DISTINCT/ORDER
|
||||
|
Reference in New Issue
Block a user