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