~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_open.cc

  • Committer: lbieber
  • Date: 2010-09-10 05:19:01 UTC
  • mfrom: (1753.1.1 build)
  • Revision ID: lbieber@orisndriz03-20100910051901-lyq4bh4vdegvzyo4
Merge Brian - clean up Heap code

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  info->lock.init(&share->lock);
38
38
  info->setShare(share);
39
39
  info->lastkey.resize(share->max_key_length);
40
 
  info->recbuf.resize(share->max_key_length);
41
40
  info->mode= mode;
42
41
  info->current_record= UINT32_MAX;             /* No current record */
43
42
  info->lastinx= info->errkey= -1;