diff options
author | bell@sanja.is.com.ua <> | 2004-09-10 13:09:27 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-09-10 13:09:27 +0300 |
commit | a7de21c3e0de6e2617d3fe9f42ae5e6c7ff59fb5 (patch) | |
tree | 9560974673aa614e7656f2485096c20b9d315d73 /sql/item_subselect.h | |
parent | 763c57d41f51ef8ca96b2d3023e982e3b85c9f78 (diff) | |
download | mariadb-git-a7de21c3e0de6e2617d3fe9f42ae5e6c7ff59fb5.tar.gz |
thd pointer fixed
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r-- | sql/item_subselect.h | 2 |
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); }; |