diff options
author | unknown <konstantin@mysql.com> | 2005-07-13 17:39:48 +0400 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2005-07-13 17:39:48 +0400 |
commit | 7a0f6d522bda0725f589c18e9214878d90bee2d0 (patch) | |
tree | 82c0ae2ed7d2c2a9c768f1b80eb8834abe18ea3e /sql/item_subselect.h | |
parent | ecd1ea93a7ec01dddfc11a2a3b5c69f780965837 (diff) | |
parent | ece17ba3cf18546af2ccad110cf6c6754ae90667 (diff) | |
download | mariadb-git-7a0f6d522bda0725f589c18e9214878d90bee2d0.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/opt/local/work/mysql-4.1-11458
sql/mysql_priv.h:
Auto merged
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 20ba838e61c..dec32398a80 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -119,7 +119,6 @@ public: friend class Item_in_optimizer; friend bool Item_field::fix_fields(THD *, TABLE_LIST *, Item **); friend bool Item_ref::fix_fields(THD *, TABLE_LIST *, Item **); - friend bool Item_param::fix_fields(THD *, TABLE_LIST *, Item **); }; /* single value subselect */ |