~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/thr_lock.cc

  • Committer: Brian Aker
  • Date: 2009-05-26 02:54:31 UTC
  • mfrom: (1022.2.34 mordred)
  • Revision ID: brian@gaz-20090526025431-hpjmsrr4j6nftuic
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
436
436
}
437
437
 
438
438
 
439
 
static inline void free_all_read_locks(THR_LOCK *lock,
440
 
                                       bool using_concurrent_insert)
 
439
static void free_all_read_locks(THR_LOCK *lock, bool using_concurrent_insert)
441
440
{
442
441
  THR_LOCK_DATA *data=lock->read_wait.data;
443
442