~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memory/hp_open.cc

  • Committer: Brian Aker
  • Date: 2010-09-19 22:22:14 UTC
  • mfrom: (1775.4.4 trunk)
  • Revision ID: brian@tangent.org-20100919222214-sme2je0fxo3gdtkh
Rollup of a outstanding merge requests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  HP_INFO *info= new HP_INFO;
35
35
 
36
36
  share->open_count++;
37
 
  info->lock.init(&share->lock);
38
37
  info->setShare(share);
39
38
  info->lastkey.resize(share->max_key_length);
40
39
  info->mode= mode;