~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

move functions from item.cc/item.h to item directory

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",