diff options
author | bell@laptop.sanja.is.com.ua <> | 2003-08-20 22:17:57 +0300 |
---|---|---|
committer | bell@laptop.sanja.is.com.ua <> | 2003-08-20 22:17:57 +0300 |
commit | c514948a30c3db453c8bdef06f80ee6f9fe54588 (patch) | |
tree | 78307a7d09e186b6e58e668b4042398932133013 /sql/item_subselect.h | |
parent | c06786fa0080e5d2e92b6a036eab3797165ff5b4 (diff) | |
parent | 1ab66ddad881fc77d67cbc003daa66aa95be385b (diff) | |
download | mariadb-git-c514948a30c3db453c8bdef06f80ee6f9fe54588.tar.gz |
merge
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r-- | sql/item_subselect.h | 1 |
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; |