~stewart/drizzle/embedded-innodb-autoincrement

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.h

  • Committer: Stewart Smith
  • Date: 2010-05-12 12:04:58 UTC
  • mfrom: (1283.120.50 staging)
  • mto: This revision was merged to the branch mainline in revision 1430.
  • Revision ID: stewart@flamingspork.com-20100512120458-grl8fnvsw00z2l1o
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
  int index_prev(unsigned char * buf);
73
73
  int index_first(unsigned char * buf);
74
74
  int index_last(unsigned char * buf);
75
 
  int rnd_init(bool scan);
 
75
  int doStartTableScan(bool scan);
76
76
  int rnd_next(unsigned char *buf);
77
77
  int rnd_pos(unsigned char * buf, unsigned char *pos);
78
78
  void position(const unsigned char *record);