summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item.h')
-rw-r--r--sql/item.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h
index 84063322a91..89f00d6762b 100644
--- a/sql/item.h
+++ b/sql/item.h
@@ -2506,6 +2506,7 @@ public:
Checks if this item consists in the left part of arg IN subquery predicate
*/
bool pushable_equality_checker_for_subquery(uchar *arg);
+ bool is_non_const_field_item();
};
MEM_ROOT *get_thd_memroot(THD *thd);