~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_connect.cc

  • Committer: Brian Aker
  • Date: 2009-05-30 22:30:05 UTC
  • mto: This revision was merged to the branch mainline in revision 1045.
  • Revision ID: brian@gaz-20090530223005-hmylm6iywddfentm
A lot of little cleanups (most based off lcov)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
 
33
33
/*
34
 
  Initialize connection threads
35
 
*/
36
 
bool init_new_connection_handler_thread()
37
 
{
38
 
  if (my_thread_init())
39
 
    return 1;
40
 
  return 0;
41
 
}
42
 
 
43
 
/*
44
34
  Thread handler for a connection
45
35
 
46
36
  SYNOPSIS