~stewart/drizzle/embedded-innodb-autoincrement

« back to all changes in this revision

Viewing changes to plugin/blackhole/ha_blackhole.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:
64
64
  int open(const char *name, int mode, uint32_t test_if_locked);
65
65
  int close(void);
66
66
  int doInsertRecord(unsigned char * buf);
67
 
  int rnd_init(bool scan);
 
67
  int doStartTableScan(bool scan);
68
68
  int rnd_next(unsigned char *buf);
69
69
  int rnd_pos(unsigned char * buf, unsigned char *pos);
70
70
  BlackholeShare *get_share(const char *table_name);