~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/scheduler.cc

  • Committer: Stewart Smith
  • Date: 2008-12-16 23:30:01 UTC
  • mfrom: (709 testable)
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: stewart@flamingspork.com-20081216233001-o9z3jkwbcbxcin89
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
430
430
  if (net_get_sd(&(session->net)) >= 0)                  // not already closed
431
431
  {
432
432
    end_connection(session);
433
 
    close_connection(session, 0, 1);
 
433
    session->close_connection(0, 1);
434
434
  }
435
435
  session->scheduler.thread_detach();
436
436
  unlink_session(session);   /* locks LOCK_thread_count and deletes session */