~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_thr_init.c

Merged build changes from Antony.

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