~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/thr_mutex.c

  • Committer: Brian Aker
  • Date: 2008-07-18 20:10:26 UTC
  • mfrom: (51.3.29 remove-dbug)
  • Revision ID: brian@tangent.org-20080718201026-tto5golt0xhwqe4a
Merging in Jay's final patch on dbug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
348
348
    file                Print errors on this file
349
349
 
350
350
  NOTES
351
 
    We can't use DBUG_PRINT() here as we have in my_end() disabled
352
 
    DBUG handling before calling this function.
353
351
 
354
352
   In MySQL one may get one warning for a mutex created in my_thr_init.c
355
353
   This is ok, as this thread may not yet have been exited.