~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/set_var.cc

  • Committer: Brian Aker
  • Date: 2008-07-14 22:40:46 UTC
  • Revision ID: brian@tangent.org-20080714224046-x183907w9wp1txwv
Removed sql_manager. Ever heard of just setting up the OS to sync when you
want it to?

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
static sys_var_long_ptr sys_expire_logs_days(&vars, "expire_logs_days",
210
210
                                             &expire_logs_days);
211
211
static sys_var_bool_ptr sys_flush(&vars, "flush", &myisam_flush);
212
 
static sys_var_long_ptr sys_flush_time(&vars, "flush_time", &flush_time);
213
212
sys_var_str             sys_init_connect(&vars, "init_connect", 0,
214
213
                                         sys_update_init_connect,
215
214
                                         sys_default_init_connect,0);