~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_thr_init.c

  • Committer: Brian Aker
  • Date: 2008-08-10 22:14:13 UTC
  • Revision ID: brian@tangent.org-20080810221413-ablfnyr3wgu6fjaw
ulong conversion. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
 
251
251
#ifdef EXTRA_DEBUG_THREADS
252
252
  fprintf(stderr,"my_thread_init(): thread_id: 0x%lx\n",
253
 
          (ulong) pthread_self());
 
253
          (uint32_t) pthread_self());
254
254
#endif  
255
255
 
256
256
  if (pthread_getspecific(THR_KEY_mysys))