190
188
void copy_field_from_tmp_record(Field *field,int offset);
191
189
bool fill_record(Session * session, List<Item> &fields, List<Item> &values, bool ignore_errors);
192
190
bool fill_record(Session *session, Field **field, List<Item> &values, bool ignore_errors);
191
bool list_open_tables(const char *db, const char *wild, bool(*func)(Table *table, open_table_list_st& open_list), Table *display);
195
193
inline TableList *find_table_in_global_list(TableList *table,