diff options
author | unknown <bell@laptop.sanja.is.com.ua> | 2003-08-16 02:04:29 +0300 |
---|---|---|
committer | unknown <bell@laptop.sanja.is.com.ua> | 2003-08-16 02:04:29 +0300 |
commit | 791f49f4e7de1b4c4b11b8b9a0207740b9adb59e (patch) | |
tree | dfb1160e05714eacc8c7499fc5f393f4758c6257 /sql/item_subselect.h | |
parent | 2f27bbd977067a841ca0a8bedd8a3a92ce773527 (diff) | |
download | mariadb-git-791f49f4e7de1b4c4b11b8b9a0207740b9adb59e.tar.gz |
As far as now transformer called after setup_wild() it is impossible to have '*'
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 dc26ec3fbca..ddb53ab616a 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -225,7 +225,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; |