~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/thr_lock.h

  • Committer: Monty Taylor
  • Date: 2008-07-05 18:47:58 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: monty@inaugust.com-20080705184758-0he1k5q5t5n7ypjn
Fixed the thr_lock double define the right direction.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
struct st_thr_lock;
28
28
extern ulong locks_immediate,locks_waited ;
 
29
extern pthread_mutex_t THR_LOCK_lock;
29
30
 
30
31
enum thr_lock_type { TL_IGNORE=-1,
31
32
                     TL_UNLOCK,                 /* UNLOCK ANY LOCK */