134
134
int rnd_init(bool scan=1);
135
135
int rnd_next(unsigned char *buf);
136
136
int rnd_pos(unsigned char * buf, unsigned char *pos);
141
138
int repair(Session* session, HA_CHECK_OPT* check_opt);
142
139
/* This is required for SQL layer to know that we support autorepair */
144
140
void position(const unsigned char *record);
146
142
int delete_all_rows(void);
152
145
These functions used to get/update status of the Cursor.
153
146
Needed to enable concurrent inserts.