1000
1000
bool mysql_select(THD *thd, Item ***rref_pointer_array,
1001
1001
TABLE_LIST *tables, uint wild_num, List<Item> &list,
1002
1002
COND *conds, uint og_num, ORDER *order, ORDER *group,
1003
Item *having, ORDER *proc_param, ulonglong select_type,
1003
Item *having, ORDER *proc_param, uint64_t select_type,
1004
1004
select_result *result, SELECT_LEX_UNIT *unit,
1006
1006
void free_underlaid_joins(THD *thd, SELECT_LEX *select);