~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/set_var.cc

MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
320
320
/* these two cannot be static */
321
321
sys_var_thd_bool                sys_old_alter_table(&vars, "old_alter_table",
322
322
                                            &SV::old_alter_table);
323
 
sys_var_thd_bool                sys_old_passwords(&vars, "old_passwords", &SV::old_passwords);
324
323
static sys_var_thd_ulong        sys_optimizer_prune_level(&vars, "optimizer_prune_level",
325
324
                                                  &SV::optimizer_prune_level);
326
325
static sys_var_thd_ulong        sys_optimizer_search_depth(&vars, "optimizer_search_depth",