~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Brian Aker
  • Date: 2008-12-03 23:44:32 UTC
  • Revision ID: brian@tangent.org-20081203234432-h3ypj3p3djjwy1zh
Remove dead variable

Show diffs side-by-side

added added

removed removed

Lines of Context:
348
348
                                             &table_cache_size);
349
349
static sys_var_long_ptr sys_table_lock_wait_timeout(&vars, "table_lock_wait_timeout",
350
350
                                                    &table_lock_wait_timeout);
351
 
static sys_var_long_ptr sys_thread_cache_size(&vars, "thread_cache_size",
352
 
                                              &thread_cache_size);
353
351
sys_var_long_ptr        sys_thread_pool_size(&vars, "thread_pool_size",
354
352
                                       &thread_pool_size);
355
353
static sys_var_session_enum     sys_tx_isolation(&vars, "tx_isolation",