~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: lbieber
  • Date: 2010-09-11 00:47:34 UTC
  • mfrom: (1756.1.2 build)
  • Revision ID: lbieber@orisndriz03-20100911004734-m5kvdu6q2nq0u43w
Merge Brian - cppcheck fixes and also modifies unique lookup such that we let the OS handle paging for unique checking (instead of trying to mimic it through using a self built IO_CACHE).
Merge Andrew - fix test result for embedded_innodb 

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
 
230
230
  /* ha_ methods: pubilc wrappers for private virtual API */
231
231
 
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);
234
234
  int endIndexScan();
235
235
  int startTableScan(bool scan);