summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorunknown <bell@laptop.sanja.is.com.ua>2003-08-20 22:17:57 +0300
committerunknown <bell@laptop.sanja.is.com.ua>2003-08-20 22:17:57 +0300
commit8c93e8ceb6d20b5edce565381026c35ceb3f4739 (patch)
tree78307a7d09e186b6e58e668b4042398932133013 /sql/item_subselect.h
parentc4a8e2f3c1ed1f53be43d88bffe8e3c13ce0bd1b (diff)
parent8359a2c7298f4c936ca2a0bde083d87d35538e1d (diff)
downloadmariadb-git-8c93e8ceb6d20b5edce565381026c35ceb3f4739.tar.gz
merge
sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged sql/item_subselect.cc: Auto merged sql/item_subselect.h: Auto merged sql/item_sum.cc: Auto merged sql/sql_union.cc: Auto merged sql/sql_yacc.yy: Auto merged
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r--sql/item_subselect.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h
index 9cfa304bb47..d5c642fd337 100644
--- a/sql/item_subselect.h
+++ b/sql/item_subselect.h
@@ -227,7 +227,6 @@ public:
void top_level_item() { abort_on_null=1; }
bool test_limit(st_select_lex_unit *unit);
- friend class Item_asterisk_remover;
friend class Item_ref_null_helper;
friend class Item_is_not_null_test;
friend class subselect_indexin_engine;