~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_connect.cc

  • Committer: Stewart Smith
  • Date: 2009-01-30 06:16:09 UTC
  • mfrom: (813.3.4 for-brian)
  • mto: (859.1.1 nofrm)
  • mto: This revision was merged to the branch mainline in revision 822.
  • Revision ID: stewart@flamingspork.com-20090130061609-4ocqhq8qj08e4656
merge other work

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