~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/main.cc

  • Committer: Joseph Daly
  • Date: 2010-10-29 02:01:29 UTC
  • mto: This revision was merged to the branch mainline in revision 1900.
  • Revision ID: skinny.moey@gmail.com-20101029020129-a981fu3ia5aaeppr
code cleanup, test fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
342
342
    delete session;
343
343
  }
344
344
 
 
345
 
345
346
  /* Listen for new connections and start new session for each connection
346
347
     accepted. The listen.getClient() method will return NULL when the server
347
348
     should be shutdown. */