90
90
void destroy_record_buffer(archive_record_buffer *r);
97
98
const char *index_type(uint32_t)
103
100
void get_auto_increment(uint64_t, uint64_t, uint64_t,
104
101
uint64_t *first_value, uint64_t *nb_reserved_values);
105
102
ha_rows records() { return share->rows_recorded; }