137
137
int rnd_init(bool scan=1);
138
138
int rnd_next(unsigned char *buf);
139
139
int rnd_pos(unsigned char * buf, unsigned char *pos);
145
145
/* This is required for SQL layer to know that we support autorepair */
146
146
bool auto_repair() const { return 1; }
147
147
void position(const unsigned char *record);