~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/scheduler.cc

Merge with trunk

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 */