mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
three bug fixes and major code cleanup
This commit is contained in:
@ -405,8 +405,7 @@ int mysql_select(THD *thd, Item ***rref_pointer_array,
|
||||
COND *conds, uint og_num, ORDER *order, ORDER *group,
|
||||
Item *having, ORDER *proc_param, ulong select_type,
|
||||
select_result *result, SELECT_LEX_UNIT *unit,
|
||||
SELECT_LEX *select_lex, bool fake_select_lex,
|
||||
bool tables_and_fields_initied);
|
||||
SELECT_LEX *select_lex, bool tables_and_fields_initied);
|
||||
void free_underlaid_joins(THD *thd, SELECT_LEX *select);
|
||||
void fix_tables_pointers(SELECT_LEX *select_lex);
|
||||
void fix_tables_pointers(SELECT_LEX_UNIT *select_lex);
|
||||
|
Reference in New Issue
Block a user