~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Brian Aker
  • Date: 2009-03-20 17:21:50 UTC
  • Revision ID: brian@tangent.org-20090320172150-n5js0mbkf5719ufv
RemoveĀ deadĀ options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
static sys_var_key_cache_uint32_t  sys_key_cache_age_threshold(&vars, "key_cache_age_threshold",
179
179
                                                           offsetof(KEY_CACHE,
180
180
                                                                    param_age_threshold));
181
 
static sys_var_bool_ptr sys_local_infile(&vars, "local_infile",
182
 
                                         &opt_local_infile);
183
181
static sys_var_session_uint32_t sys_max_allowed_packet(&vars, "max_allowed_packet",
184
182
                                                       &SV::max_allowed_packet);
185
183
static sys_var_uint64_t_ptr     sys_max_connect_errors(&vars, "max_connect_errors",