summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-09-10 13:09:27 +0300
committerbell@sanja.is.com.ua <>2004-09-10 13:09:27 +0300
commita7de21c3e0de6e2617d3fe9f42ae5e6c7ff59fb5 (patch)
tree9560974673aa614e7656f2485096c20b9d315d73 /sql/item_subselect.h
parent763c57d41f51ef8ca96b2d3023e982e3b85c9f78 (diff)
downloadmariadb-git-a7de21c3e0de6e2617d3fe9f42ae5e6c7ff59fb5.tar.gz
thd pointer fixed
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 ed3dbfa9855..4ef680cea19 100644
--- a/sql/item_subselect.h
+++ b/sql/item_subselect.h
@@ -154,7 +154,7 @@ class Item_maxmin_subselect :public Item_singlerow_subselect
{
bool max;
public:
- Item_maxmin_subselect(Item_subselect *parent,
+ Item_maxmin_subselect(THD *thd, Item_subselect *parent,
st_select_lex *select_lex, bool max);
void print(String *str);
};