689
689
bool store_val_in_field(Field *field, Item *val, enum_check_fields check_flag);
690
690
TABLE *create_tmp_table(THD *thd,TMP_TABLE_PARAM *param,List<Item> &fields,
691
691
ORDER *group, bool distinct, bool save_sum_fields,
694
694
void free_tmp_table(THD *thd, TABLE *entry);
695
695
void count_field_types(SELECT_LEX *select_lex, TMP_TABLE_PARAM *param,