diff options
author | bell@sanja.is.com.ua <> | 2003-11-23 02:01:15 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2003-11-23 02:01:15 +0200 |
commit | 7191ea0ae3281d75c50ba6e5d4c5cc86dd1f906c (patch) | |
tree | e4fd5f08fab614b6e2c048191bd9451abd45131d /sql/sql_select.h | |
parent | 4883d21b29cfe8fef80cec9c1b3fd8a03f55fc5f (diff) | |
download | mariadb-git-7191ea0ae3281d75c50ba6e5d4c5cc86dd1f906c.tar.gz |
Fixed UNION fields type/length detecting
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index 5f0370a5a32..2e101c78613 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -266,7 +266,7 @@ class JOIN :public Sql_alloc int prepare(Item ***rref_pointer_array, TABLE_LIST *tables, uint wind_num, COND *conds, uint og_num, ORDER *order, ORDER *group, Item *having, ORDER *proc_param, SELECT_LEX *select, - SELECT_LEX_UNIT *unit, bool tables_and_fields_initied); + SELECT_LEX_UNIT *unit); int optimize(); int reinit(); void exec(); |