diff options
author | unknown <bell@laptop.sanja.is.com.ua> | 2003-10-07 17:37:20 +0300 |
---|---|---|
committer | unknown <bell@laptop.sanja.is.com.ua> | 2003-10-07 17:37:20 +0300 |
commit | 1fded9e1e49b16bc1ce21d8624268fbb23e085c6 (patch) | |
tree | 49f11fba16682cea49d6e6c3e062dac755c5c0d1 /sql/item_subselect.h | |
parent | 1fd6a5700b1823c0c0a463a6565c81af680f223e (diff) | |
download | mariadb-git-1fded9e1e49b16bc1ce21d8624268fbb23e085c6.tar.gz |
after merge fix
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r-- | sql/item_subselect.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h index a215eba9aa6..061221fbb65 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -140,8 +140,6 @@ class Item_maxmin_subselect: public Item_singlerow_subselect { public: Item_maxmin_subselect(THD *thd, st_select_lex *select_lex, bool max); - Item_maxmin_subselect(Item_maxmin_subselect *item) - :Item_singlerow_subselect(item) {} }; /* exists subselect */ |