~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_thr_init.c

  • Committer: Jay Pipes
  • Date: 2008-07-18 20:20:47 UTC
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: jay@mysql.com-20080718202047-1tnd4i9z3k3cvg9v
DBUG entirely removed from server and client

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
static my_thread_id thread_id= 0;
228
228
 
229
229
/*
230
 
  Allocate thread specific memory for the thread, used by mysys and dbug
 
230
  Allocate thread specific memory for the thread, used by mysys
231
231
 
232
232
  SYNOPSIS
233
233
    my_thread_init()