diff options
author | unknown <bell@laptop.sanja.is.com.ua> | 2003-10-07 13:31:44 +0300 |
---|---|---|
committer | unknown <bell@laptop.sanja.is.com.ua> | 2003-10-07 13:31:44 +0300 |
commit | b70040a179ce73b7a8f2cecb8109766dc4c3995e (patch) | |
tree | 273dfb1b81a74494f4ec6ccdc1ba6f49f769580f /sql/item_subselect.h | |
parent | 7e722762408d2f318332d039e553e867e6f4f6e0 (diff) | |
download | mariadb-git-b70040a179ce73b7a8f2cecb8109766dc4c3995e.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) {} }; |