~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/signal_handler.cc

  • Committer: Brian Aker
  • Date: 2011-04-21 06:30:57 UTC
  • mfrom: (2282.1.5 cache)
  • Revision ID: brian@tangent.org-20110421063057-vfwan2bbz0reeraz
MergeĀ inĀ Olaf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
  Session *session= current_session;
74
74
  if (session)
75
75
  {
76
 
    Session::shared_ptr session_ptr(session::Cache::singleton().find(session->getSessionId()));
 
76
    Session::shared_ptr session_ptr(session::Cache::find(session->getSessionId()));
77
77
    if (not session_ptr) // We need to make we have a lock on session before we do anything with it.
78
78
      return;
79
79