~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_thr_init.cc

  • Committer: Brian Aker
  • Date: 2009-04-16 20:12:59 UTC
  • mfrom: (992.1.20 mordred)
  • Revision ID: brian@gaz-20090416201259-2x3czxb5hsdisr6h
Merge Monty.

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