summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorgkodinov@dl145s.mysql.com <>2006-11-29 11:48:44 +0100
committergkodinov@dl145s.mysql.com <>2006-11-29 11:48:44 +0100
commitb58b5518101ee5e4d8b6fabc67c07dd6cd5f08f7 (patch)
tree705a3f2438bde34c000204acb02832c960c8b9bc /sql/item_subselect.h
parent1fbc0cfb2becb724c7bd560d598b2e25dfeba17c (diff)
parenteb1b05c0bd82309358575a5c0501494f7edcd65d (diff)
downloadmariadb-git-b58b5518101ee5e4d8b6fabc67c07dd6cd5f08f7.tar.gz
Merge dl145s.mysql.com:/data0/bk/team_tree_merge/mysql-5.0-opt
into dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE2/mysql-5.1-opt
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r--sql/item_subselect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h
index 77199365710..c274b5ca31b 100644
--- a/sql/item_subselect.h
+++ b/sql/item_subselect.h
@@ -91,7 +91,7 @@ public:
enum Type type() const;
bool is_null()
{
- val_int();
+ update_null_value();
return null_value;
}
bool fix_fields(THD *thd, Item **ref);