~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Brian Aker
  • Date: 2009-01-24 13:22:10 UTC
  • Revision ID: brian@gir-3.local-20090124132210-kdoac6t6ztyp3crc
Move number of threads to use for pool of threads to module. Removed slave
thrad cheats from session object.

Show diffs side-by-side

added added

removed removed

Lines of Context:
301
301
                                             &table_cache_size);
302
302
static sys_var_long_ptr sys_table_lock_wait_timeout(&vars, "table_lock_wait_timeout",
303
303
                                                    &table_lock_wait_timeout);
304
 
sys_var_long_ptr        sys_thread_pool_size(&vars, "thread_pool_size",
305
 
                                       &thread_pool_size);
306
304
static sys_var_session_enum     sys_tx_isolation(&vars, "tx_isolation",
307
305
                                             &SV::tx_isolation,
308
306
                                             &tx_isolation_typelib,