~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/multi_thread/multi_thread.cc

  • Committer: Brian Aker
  • Date: 2011-01-09 08:30:17 UTC
  • mfrom: (2065.1.2 clean)
  • Revision ID: brian@tangent.org-20110109083017-het3tupt0x0opcoa
Rollup of changes from staging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
void MultiThreadScheduler::killSessionNow(Session::shared_ptr &session)
177
177
{
178
178
  killSession(session.get());
 
179
 
 
180
  session->disconnect();
 
181
 
179
182
  /* Locks LOCK_thread_count and deletes session */
180
183
  Session::unlink(session);
181
184
  thread_count.decrement();