~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-01-24 16:48:34 UTC
  • Revision ID: brian@gir-3.local-20090124164834-vcctf70tytgk0e4y
Fix for making sure I_S has good information about which plugins are
actually active.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
static uint32_t created_threads, killed_threads;
30
30
static bool kill_pool_threads;
31
 
static bool isEnabled= true;
 
31
static bool isEnabled= false;
32
32
 
33
33
static struct event session_add_event;
34
34
static struct event session_kill_event;