~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_thr_init.c

  • Committer: Monty Taylor
  • Date: 2008-07-02 14:35:48 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: monty@inaugust.com-20080702143548-onj30ry0sugr01uw
Removed all references to THREAD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
uint thd_lib_detected= 0;
26
26
 
27
 
#ifdef THREAD
28
27
#ifdef USE_TLS
29
28
pthread_key(struct st_my_thread_var*, THR_KEY_mysys);
30
29
#else
412
411
#endif
413
412
  return THD_LIB_OTHER;
414
413
}
415
 
 
416
 
#endif /* THREAD */