~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/mysys_priv.h

  • Committer: Brian Aker
  • Date: 2009-07-11 08:51:36 UTC
  • mfrom: (1089.3.11 merge)
  • Revision ID: brian@gaz-20090711085136-qj01nwm3qynghwtc
Merge Monty

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;
30
 
extern pthread_mutex_t THR_LOCK_isam, THR_LOCK_net;
31
 
extern pthread_mutex_t THR_LOCK_charset, THR_LOCK_time;
 
29
extern pthread_mutex_t THR_LOCK_malloc, THR_LOCK_keycache;
 
30
extern pthread_mutex_t THR_LOCK_net;
32
31
 
33
32
/*
34
33
  EDQUOT is used only in 3 C files only in mysys/. If it does not exist on