diff options
author | Chaithra Gopalareddy <chaithra.gopalareddy@oracle.com> | 2013-01-11 06:36:53 +0530 |
---|---|---|
committer | Chaithra Gopalareddy <chaithra.gopalareddy@oracle.com> | 2013-01-11 06:36:53 +0530 |
commit | feb36554b21065e5c23c3f02758d96261d19d522 (patch) | |
tree | e6cfe7ffecafdab07f7e02df5dc80b20695337a2 /sql/item.h | |
parent | a40ea266e6c658dd9154ad29d7841ed4f2534901 (diff) | |
parent | b140c368155ac43140ad5242b02b7fb27eb6ac82 (diff) | |
download | mariadb-git-feb36554b21065e5c23c3f02758d96261d19d522.tar.gz |
Merge from 5.1 to 5.5
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h index 71eb725e76e..15900bdbbdd 100644 --- a/sql/item.h +++ b/sql/item.h @@ -2720,6 +2720,8 @@ public: { return (*ref)->const_item() ? 0 : OUTER_REF_TABLE_BIT; } + table_map not_null_tables() const { return 0; } + virtual Ref_Type ref_type() { return OUTER_REF; } }; |