~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/tableprototester/tableprototester.h

  • Committer: Joe Daly
  • Date: 2010-05-27 02:59:16 UTC
  • mto: This revision was merged to the branch mainline in revision 1614.
  • Revision ID: skinny.moey@gmail.com-20100527025916-o4wieb1hxk2shq4u
add status_vars to scoreboard, initial pass

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