~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/thr_lock.h

  • Committer: Brian Aker
  • Date: 2008-11-26 16:31:46 UTC
  • mfrom: (612.2.10 devel)
  • Revision ID: brian@tangent.org-20081126163146-nptzh53wd333f620
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
extern pthread_mutex_t THR_LOCK_lock;
31
31
 
32
32
 
33
 
extern ulong max_write_lock_count;
34
 
extern ulong table_lock_wait_timeout;
 
33
extern uint64_t max_write_lock_count;
 
34
extern uint64_t table_lock_wait_timeout;
35
35
extern bool thr_lock_inited;
36
36
extern enum thr_lock_type thr_upgraded_concurrent_insert_lock;
37
37