~stewart/drizzle/embedded-innodb-rnd-read

« back to all changes in this revision

Viewing changes to plugin/function_engine/cursor.h

  • Committer: Stewart Smith
  • Date: 2010-04-03 05:03:17 UTC
  • mfrom: (1310.1.43)
  • Revision ID: stewart@flamingspork.com-20100403050317-d5l3aqqa2p411bos
Merged embedded-innodb-write-row into embedded-innodb-rnd-read.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
  {
66
66
    return estimate_of_rows;
67
67
  }
 
68
 
 
69
  void get_auto_increment(uint64_t, uint64_t,
 
70
                          uint64_t,
 
71
                          uint64_t *,
 
72
                          uint64_t *)
 
73
  {}
68
74
};
69
75
 
70
76
#endif /* PLUGIN_FUNCTION_ENGINE_CURSOR_H */