649
649
/* Extern functions in sql_select.cc */
650
650
bool store_val_in_field(Field *field, Item *val, enum_check_fields check_flag);
651
TABLE *create_tmp_table(THD *thd,TMP_TABLE_PARAM *param,List<Item> &fields,
651
Table *create_tmp_table(THD *thd,TMP_TABLE_PARAM *param,List<Item> &fields,
652
652
ORDER *group, bool distinct, bool save_sum_fields,
653
653
uint64_t select_options, ha_rows rows_limit,
656
656
void count_field_types(SELECT_LEX *select_lex, TMP_TABLE_PARAM *param,
657
657
List<Item> &fields, bool reset_with_sum_func);
658
658
bool setup_copy_fields(THD *thd, TMP_TABLE_PARAM *param,