~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Brian Aker
  • Date: 2009-11-26 04:26:30 UTC
  • mto: This revision was merged to the branch mainline in revision 1227.
  • Revision ID: brian@gaz-20091126042630-okxoo603f99gyeix
Possible solution for hash/rehash.

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