~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session/cache.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:
29
29
namespace drizzled {
30
30
namespace session {
31
31
 
 
32
bool volatile Cache::_ready_to_exit= false;
 
33
Cache::list Cache::cache;
32
34
boost::mutex Cache::_mutex;
 
35
boost::condition_variable Cache::_end;
33
36
 
34
37
Cache::session_shared_ptr Cache::find(const session_id_t &id)
35
38
{