~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_thr_init.c

  • Committer: Monty Taylor
  • Date: 2008-08-02 01:03:15 UTC
  • mto: (236.1.42 codestyle)
  • mto: This revision was merged to the branch mainline in revision 261.
  • Revision ID: monty@inaugust.com-20080802010315-65h5938pymg9d99z
Moved m4 macros to top-level m4 dir, per GNU standards (and where gettext wanted it :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
*/
20
20
 
21
21
#include "mysys_priv.h"
22
 
#include <m_string.h>
 
22
#include <mystrings/m_string.h>
23
23
#include <signal.h>
24
24
 
25
25
uint thd_lib_detected= 0;
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