~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_connect.cc

  • Committer: Brian Aker
  • Date: 2009-02-09 23:11:41 UTC
  • Revision ID: brian@tangent.org-20090209231141-j1eh1um3pqrb0n0i
Remove un-needed depth (real simple.. working on adding back other
scheduler).

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
 
134
134
bool init_new_connection_handler_thread()
135
135
{
136
 
  pthread_detach_this_thread();
137
 
  /* Win32 calls this in pthread_create */
138
136
  if (my_thread_init())
139
137
    return 1;
140
138
  return 0;