~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mysys_priv.h

  • Committer: Brian Aker
  • Date: 2009-05-23 17:13:03 UTC
  • mfrom: (1034.1.8 merge)
  • Revision ID: brian@gaz-20090523171303-d28xhutqic0xe2b4
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include <mysys/my_pthread.h>
28
28
#include <mysys/thr_lock.h>
29
 
extern pthread_mutex_t THR_LOCK_malloc, THR_LOCK_open, THR_LOCK_keycache;
 
29
extern pthread_mutex_t THR_LOCK_malloc, THR_LOCK_keycache;
30
30
extern pthread_mutex_t THR_LOCK_net;
31
31
 
32
32
/*