~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

Viewing changes to plugin/tableprototester/tableprototester.h

  • Committer: Padraig O'Sullivan
  • Date: 2010-04-17 01:38:47 UTC
  • mfrom: (1237.9.238 bad-staging)
  • Revision ID: osullivan.padraig@gmail.com-20100417013847-ibjioqsfbmf5yg4g
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
  int index_last(unsigned char * buf);
54
54
  void position(const unsigned char *record);
55
55
  int info(uint32_t flag);
 
56
 
 
57
  void get_auto_increment(uint64_t, uint64_t,
 
58
                          uint64_t,
 
59
                          uint64_t *,
 
60
                          uint64_t *)
 
61
  {}
56
62
};
57
63
 
58
64
#endif /* PLUGIN_TABLEPROTOTESTER_TABLEPROTOTESTER_H */