~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_thr_init.cc

  • Committer: Monty Taylor
  • Date: 2009-04-15 22:28:16 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 994.
  • Revision ID: mordred@inaugust.com-20090415222816-j93yvbt23wh0g92c
Removed unused FAST_MUTEX stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
  SYNOPSIS
184
184
    my_thread_init()
185
185
 
186
 
  NOTES
187
 
    We can't use mutex_locks here if we are using windows as
188
 
    we may have compiled the program with SAFE_MUTEX, in which
189
 
    case the checking of mutex_locks will not work until
190
 
    the pthread_self thread specific variable is initialized.
191
 
 
192
186
  RETURN
193
187
    0  ok
194
188
    1  Fatal error; mysys/dbug functions can't be used