~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_open.c

  • Committer: Monty Taylor
  • Date: 2008-07-02 14:35:48 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: monty@inaugust.com-20080702143548-onj30ry0sugr01uw
Removed all references to THREAD.

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);