100
100
void get_auto_increment(uint64_t, uint64_t, uint64_t,
101
101
uint64_t *first_value, uint64_t *nb_reserved_values);
103
103
int index_init(uint32_t keynr, bool sorted);
104
104
virtual int index_read(unsigned char * buf, const unsigned char * key,
106
virtual int index_read_idx(unsigned char * buf, uint32_t index, const unsigned char * key,
108
111
int index_next(unsigned char * buf);
109
112
int open(const char *name, int mode, uint32_t test_if_locked);