mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
improving of fields list creation in derived tables and unions
fixed length of fields created in fubselect fixed resolving fields of reduced in derived table subselect
This commit is contained in:
@@ -256,7 +256,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 fake_select_lex);
|
||||
SELECT_LEX_UNIT *unit, bool fake_select_lex, bool tables_OK);
|
||||
int optimize();
|
||||
int reinit();
|
||||
void exec();
|
||||
|
||||
Reference in New Issue
Block a user