230
230
/* ha_ methods: pubilc wrappers for private virtual API */
232
int ha_open(const TableIdentifier &identifier, Table *table, const char *name, int mode, int test_if_locked);
232
int ha_open(const TableIdentifier &identifier, Table *table, int mode, int test_if_locked);
233
233
int startIndexScan(uint32_t idx, bool sorted);
235
235
int startTableScan(bool scan);