~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pool_of_threads/pool_of_threads.cc

  • Committer: Brian Aker
  • Date: 2009-08-25 16:22:47 UTC
  • mfrom: (1115.3.21 captain)
  • Revision ID: brian@gaz-20090825162247-835hbazk9n1iy6e0
MErge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
using namespace std;
34
34
using namespace drizzled;
35
35
 
 
36
/* We add this so as to avoid ambiguity with "struct queue" defined in Solaris system header */
 
37
using std::queue;
 
38
 
36
39
/**
37
40
 * Set this to true to trigger killing of all threads in the pool
38
41
 */