~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_thr_init.c

  • Committer: Brian Aker
  • Date: 2008-07-26 04:51:46 UTC
  • mfrom: (202.1.25 codestyle)
  • Revision ID: brian@tangent.org-20080726045146-ax7ofn8aqnkycjl3
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
    case the checking of mutex_locks will not work until
239
239
    the pthread_self thread specific variable is initialized.
240
240
 
241
 
   This function may called multiple times for a thread, for example
242
 
   if one uses my_init() followed by mysql_server_init().
243
 
 
244
241
  RETURN
245
242
    0  ok
246
243
    1  Fatal error; mysys/dbug functions can't be used