~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-01 05:22:14 UTC
  • mfrom: (1919.3.53 drizzle_pbms)
  • Revision ID: me@mark.atwood.name-20110801052214-3wdsx3xgld6b5v4f
mergeĀ lp:~barry-leslie/drizzle/drizzle_pbms

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();
 
86
  void drop_table(const char *name);
87
87
 
88
88
  int cmp_ref(const unsigned char *ref1, const unsigned char *ref2);
89
89
  int reset_auto_increment(uint64_t value)