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