summaryrefslogtreecommitdiff
path: root/sql/item.h
diff options
context:
space:
mode:
authorChaithra Gopalareddy <chaithra.gopalareddy@oracle.com>2013-01-11 06:36:53 +0530
committerChaithra Gopalareddy <chaithra.gopalareddy@oracle.com>2013-01-11 06:36:53 +0530
commitcb72ecbe2c6e987fc5977546343e52ca5fc487ce (patch)
treee6cfe7ffecafdab07f7e02df5dc80b20695337a2 /sql/item.h
parent3fa76fd05de0a72719d08cba1af4130059bb7bc7 (diff)
parent8b41f491c82063382bc76d8a8c266b83b0ab8fe0 (diff)
downloadmariadb-git-cb72ecbe2c6e987fc5977546343e52ca5fc487ce.tar.gz
Merge from 5.1 to 5.5
Diffstat (limited to 'sql/item.h')
-rw-r--r--sql/item.h2
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; }
};