diff options
author | unknown <igor@rurik.mysql.com> | 2005-03-13 00:40:55 -0800 |
---|---|---|
committer | unknown <igor@rurik.mysql.com> | 2005-03-13 00:40:55 -0800 |
commit | 7bf4a418cba646c292cc488e987cd44542055275 (patch) | |
tree | d9fa5f498430ba3a3a6ff53d7d3c29a5241dbe65 /sql/item_cmpfunc.h | |
parent | fe482074d9b28ddbdca45a06f7532b651512dbc0 (diff) | |
parent | 7cecea527d5fcfa7c12c55ee3c95347ee8f43b15 (diff) | |
download | mariadb-git-7bf4a418cba646c292cc488e987cd44542055275.tar.gz |
Manual merge
sql/item_cmpfunc.h:
Auto merged
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r-- | sql/item_cmpfunc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h index 38717672ba8..cd56528406e 100644 --- a/sql/item_cmpfunc.h +++ b/sql/item_cmpfunc.h @@ -1234,6 +1234,7 @@ public: enum Type type() const { return FUNC_ITEM; } longlong val_int(); const char *func_name() const { return "xor"; } + table_map not_null_tables() const { return and_tables_cache; } }; |