summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2003-04-23 00:01:19 +0300
committerbell@sanja.is.com.ua <>2003-04-23 00:01:19 +0300
commit3beca2dbb12b5421156580cc86550dd5ae8d28a5 (patch)
treeff2080060461e268ec91b47246ea6667fd8d2ba1 /sql/item_subselect.h
parent5610c4dea61bac4f7a0db0b911a941f2f869096a (diff)
downloadmariadb-git-3beca2dbb12b5421156580cc86550dd5ae8d28a5.tar.gz
fixed bug 185 (constant IN (SELECT field ...) do not return NULL correctly)
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r--sql/item_subselect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h
index 351c4af7f33..fc4dad5a6b3 100644
--- a/sql/item_subselect.h
+++ b/sql/item_subselect.h
@@ -183,6 +183,7 @@ public:
friend class Item_asterisk_remover;
friend class Item_ref_null_helper;
+ friend class Item_is_not_null_test;
};
/* ALL/ANY/SOME subselect */