88
92
void get_auto_increment(uint64_t, uint64_t, uint64_t,
89
93
uint64_t *first_value, uint64_t *nb_reserved_values);
90
94
drizzled::ha_rows records() { return share->rows_recorded; }
92
96
virtual int index_read(unsigned char * buf, const unsigned char * key,
94
98
drizzled::ha_rkey_function find_flag);
95
99
int index_next(unsigned char * buf);
97
100
int open(const char *name, int mode, uint32_t test_if_locked);
99
102
int doInsertRecord(unsigned char * buf);
100
103
int real_write_row(unsigned char *buf, azio_stream *writer);
103
106
int rnd_next(unsigned char *buf);
104
107
int rnd_pos(unsigned char * buf, unsigned char *pos);
105
108
ArchiveShare *get_share(const char *table_name, int *rc);