~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/thr_mutex.c

  • Committer: Jay Pipes
  • Date: 2008-07-17 19:43:08 UTC
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: jay@mysql.com-20080717194308-l9i4ti57gikm2qbv
Phase 1 removal of DBUG in mysys

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.