~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memory/ha_heap.h

  • Committer: Mark Atwood
  • Date: 2011-08-12 04:08:33 UTC
  • mfrom: (2385.2.17 refactor5)
  • Revision ID: me@mark.atwood.name-20110812040833-u6j85nc6ahuc0dtz
mergeĀ lp:~olafvdspek/drizzle/refactor5

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
  drizzled::ha_rows records_in_range(uint32_t inx,
84
84
                                     drizzled::key_range *min_key,
85
85
                                     drizzled::key_range *max_key);
86
 
  void drop_table(const char *name);
 
86
  void drop_table();
87
87
 
88
88
  int cmp_ref(const unsigned char *ref1, const unsigned char *ref2);
89
89
  int reset_auto_increment(uint64_t value)