~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_open.c

  • Committer: Brian Aker
  • Date: 2008-07-02 21:31:48 UTC
  • mfrom: (28.1.41 libtool-patch)
  • Revision ID: brian@tangent.org-20080702213148-pc4f4hjt5c9qvp00
Merge from Monty Taylor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    DBUG_RETURN(0);
42
42
  }
43
43
  share->open_count++; 
44
 
#ifdef THREAD
45
44
  thr_lock_data_init(&share->lock,&info->lock,NULL);
46
 
#endif
47
45
  info->s= share;
48
46
  info->lastkey= (uchar*) (info + 1);
49
47
  info->recbuf= (uchar*) (info->lastkey + share->max_key_length);