diff options
author | Varun Gupta <varun.gupta@mariadb.com> | 2021-01-19 14:22:53 +0530 |
---|---|---|
committer | Varun Gupta <varun.gupta@mariadb.com> | 2021-01-20 12:21:31 +0530 |
commit | a7563b7096c83bd288fe66bd0544abd627a0a362 (patch) | |
tree | 6a193a65c0c455b4199c9d440946ef564796206e /sql/item.h | |
parent | 406d759289b570b7899fe20829cbaba5dfa20bf5 (diff) | |
download | mariadb-git-10.6-varun.tar.gz |
Addressing review 310.6-varun
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 1 |
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); |