~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memory/ha_heap.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-08 12:51:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2396.
  • Revision ID: olafvdspek@gmail.com-20110808125119-qcrkgv0frmxk03rn
Refactor

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)