~snowstalker/drizzle/startup-errors

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Brian Aker
  • Date: 2009-11-26 18:48:20 UTC
  • mfrom: (1226.1.3 push)
  • Revision ID: brian@gaz-20091126184820-hltr0upee0ahopsj
Bundle Brian + Monty  (been through staging, just collecting it as want
overall patch as seen by staging).

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
                                       &SV::storage_engine);
212
212
static sys_var_const_str        sys_system_time_zone(&vars, "system_time_zone",
213
213
                                             system_time_zone);
214
 
static sys_var_uint64_t_ptr     sys_table_def_size(&vars, "table_definition_cache",
215
 
                                           &table_def_size);
 
214
static sys_var_size_t_ptr       sys_table_def_size(&vars, "table_definition_cache",
 
215
                                             &table_def_size);
216
216
static sys_var_uint64_t_ptr     sys_table_cache_size(&vars, "table_open_cache",
217
217
                                             &table_cache_size);
218
218
static sys_var_uint64_t_ptr     sys_table_lock_wait_timeout(&vars, "table_lock_wait_timeout",