diff options
author | bell@laptop.sanja.is.com.ua <> | 2003-10-07 13:31:44 +0300 |
---|---|---|
committer | bell@laptop.sanja.is.com.ua <> | 2003-10-07 13:31:44 +0300 |
commit | 09c139ac379d966a857a2fe39c7831505a58f367 (patch) | |
tree | 273dfb1b81a74494f4ec6ccdc1ba6f49f769580f /sql/item_subselect.h | |
parent | d5a7a6ec34f3d3d54f834cb9a590221d4e17a766 (diff) | |
download | mariadb-git-09c139ac379d966a857a2fe39c7831505a58f367.tar.gz |
after merge fix
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 ecfd90a9a55..9de6a75711a 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -158,7 +158,7 @@ public: class Item_maxmin_subselect: public Item_singlerow_subselect { public: - Item_maxmin_subselect(THD *thd, st_select_lex *select_lex, bool max); + Item_maxmin_subselect(st_select_lex *select_lex, bool max); Item_maxmin_subselect(Item_maxmin_subselect *item) :Item_singlerow_subselect(item) {} }; |