summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-09-10 13:09:27 +0300
committerunknown <bell@sanja.is.com.ua>2004-09-10 13:09:27 +0300
commit76001900fd1a13a4dba02472cbbda0f04214db34 (patch)
tree9560974673aa614e7656f2485096c20b9d315d73 /sql/item_subselect.h
parentf3d4db99c3c9d53f3910d6534c6a6b7c3ca871db (diff)
downloadmariadb-git-76001900fd1a13a4dba02472cbbda0f04214db34.tar.gz
thd pointer fixed
BitKeeper/etc/ignore: Added libmysqld/sql_trigger.cc to the ignore list mysql-test/r/merge.result: fix of test
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);
};