summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.h
diff options
context:
space:
mode:
authorunknown <bar@bar.mysql.r18.ru>2003-07-18 14:03:54 +0500
committerunknown <bar@bar.mysql.r18.ru>2003-07-18 14:03:54 +0500
commit687863c093f0f01f54770b10fdd40f554e21a6f8 (patch)
tree5e29655e80bb3c7b7c170462c2e9ceece6dfc18c /sql/item_cmpfunc.h
parentf4e07b861e886db5893f92238fba20346262c06b (diff)
downloadmariadb-git-687863c093f0f01f54770b10fdd40f554e21a6f8.tar.gz
IN now aggregates all argument types for comparison
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r--sql/item_cmpfunc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h
index a9fba76a7b8..25cc97d60bf 100644
--- a/sql/item_cmpfunc.h
+++ b/sql/item_cmpfunc.h
@@ -611,6 +611,7 @@ public:
class Item_func_in :public Item_int_func
{
+ Item_result cmp_type;
in_vector *array;
cmp_item *in_item;
bool have_null;