223
225
Discrete_interval auto_inc_interval_for_cur_row;
227
229
virtual Cursor *clone(memory::Root *mem_root);
229
231
/* ha_ methods: pubilc wrappers for private virtual API */
231
int ha_open(const TableIdentifier &identifier, Table *table, int mode, int test_if_locked);
232
234
int startIndexScan(uint32_t idx, bool sorted);
234
236
int startTableScan(bool scan);