~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.h

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
  int cmp_ref(const unsigned char *ref1, const unsigned char *ref2);
92
92
  int reset_auto_increment(uint64_t value)
93
93
  {
94
 
    file->s->auto_increment= value;
 
94
    file->getShare()->auto_increment= value;
95
95
    return 0;
96
96
  }
97
97
private: