139
141
bool remove_table_from_cache(Session *session, const char *db, const char *table,
142
148
void mem_alloc_error(size_t size);
144
bool fill_record(Session* session, List<Item> &fields, List<Item> &values, bool ignore_errors= false);
145
bool fill_record(Session *session, Field **field, List<Item> &values, bool ignore_errors= false);
155
bool fill_record(Session* session, List<Item> &fields, List<Item> &values, bool ignore_errors);
156
bool fill_record(Session *session, Field **field, List<Item> &values, bool ignore_errors);
157
bool list_open_tables(const char *db, const char *wild, bool(*func)(Table *table, open_table_list_st& open_list), Table *display);
146
159
inline TableList *find_table_in_global_list(TableList *table,