summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r--sql/item_subselect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h
index 8d58e16bb28..de6bfd3c8d2 100644
--- a/sql/item_subselect.h
+++ b/sql/item_subselect.h
@@ -762,6 +762,8 @@ public:
return 0;
};
+ bool decorrelate_in_processor(void *opt_arg) override;
+
bool pushdown_cond_for_in_subquery(THD *thd, Item *cond);
Item_in_subselect *get_IN_subquery() override