diff options
author | monty@mashka.mysql.fi <> | 2002-12-14 17:49:01 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-12-14 17:49:01 +0200 |
commit | d783e184369acf2cf40dc40b9d9cbd9db6c5189e (patch) | |
tree | 83ced56eeeb8e8fc8c70477eb454d5e43fb8cb56 /sql/item_subselect.h | |
parent | ab70ad7c1ea73fa1764ddbb1177a796ef38ea654 (diff) | |
parent | d49167bae5cfd3419261e29558bc17d2d36ad94d (diff) | |
download | mariadb-git-d783e184369acf2cf40dc40b9d9cbd9db6c5189e.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 adae0831c22..7e46af09e2a 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -76,7 +76,6 @@ public: void assigned(bool a) { value_assigned= a; } enum Type type() const; bool is_null() { return null_value; } - void make_field (Send_field *); bool fix_fields(THD *thd, TABLE_LIST *tables, Item **ref); virtual void fix_length_and_dec(); table_map used_tables() const; |