~stewart/drizzle/embedded-innodb-autoincrement

« back to all changes in this revision

Viewing changes to plugin/heap/heap.h

  • Committer: Stewart Smith
  • Date: 2010-05-12 12:04:58 UTC
  • mfrom: (1283.120.50 staging)
  • mto: This revision was merged to the branch mainline in revision 1430.
  • Revision ID: stewart@flamingspork.com-20100512120458-grl8fnvsw00z2l1o
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
  drizzled::TREE_ELEMENT *parents[drizzled::MAX_TREE_HEIGHT+1];
195
195
  drizzled::TREE_ELEMENT **last_pos;
196
196
  uint32_t lastkey_len;
197
 
  bool implicit_emptied;
198
197
  drizzled::THR_LOCK_DATA lock;
199
198
} HP_INFO;
200
199