summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
authorVarun Gupta <varun.gupta@mariadb.com>2021-01-19 14:22:53 +0530
committerVarun Gupta <varun.gupta@mariadb.com>2021-01-20 12:21:31 +0530
commita7563b7096c83bd288fe66bd0544abd627a0a362 (patch)
tree6a193a65c0c455b4199c9d440946ef564796206e /sql/item.h
parent406d759289b570b7899fe20829cbaba5dfa20bf5 (diff)
downloadmariadb-git-10.6-varun.tar.gz
Addressing review 310.6-varun
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);