~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_thr_init.cc

  • Committer: Monty Taylor
  • Date: 2009-05-06 04:37:59 UTC
  • mto: This revision was merged to the branch mainline in revision 1008.
  • Revision ID: mordred@inaugust.com-20090506043759-a7rk3vqddrh52on0
Updated po files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  thread variables.
19
19
*/
20
20
 
21
 
#include "mysys_priv.h"
 
21
#include "mysys/mysys_priv.h"
22
22
#include <mysys/my_pthread.h>
23
23
#include <mystrings/m_string.h>
24
24
 
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