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