~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_connect.cc

  • Committer: Jay Pipes
  • Date: 2009-02-04 15:44:25 UTC
  • mfrom: (829 drizzle)
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090204154425-th8xfk2ujz2y8xwg
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
546
546
    end_connection(session);
547
547
 
548
548
end_thread:
549
 
    session->close_connection(NULL, true);
 
549
    session->close_connection(0, true);
550
550
    if (thread_scheduler.end_thread(session, 1))
551
551
      return 0;                                 // Probably no-threads
552
552