~stewart/drizzle/embedded-innodb-autoincrement

« back to all changes in this revision

Viewing changes to plugin/tableprototester/tableprototester.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:
36
36
  uint32_t index_flags(uint32_t inx) const;
37
37
  int open(const char *name, int mode, uint32_t test_if_locked);
38
38
  int close(void);
39
 
  int write_row(unsigned char * buf);
40
 
  int rnd_init(bool scan);
 
39
  int doInsertRecord(unsigned char * buf);
 
40
  int doStartTableScan(bool scan);
41
41
  int rnd_next(unsigned char *buf);
42
42
  int rnd_pos(unsigned char * buf, unsigned char *pos);
43
43