~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Brian Aker
  • Date: 2008-07-28 22:43:11 UTC
  • mto: This revision was merged to the branch mainline in revision 226.
  • Revision ID: brian@tangent.org-20080728224311-ev3knzgozqhlfm4q
Second pass cleanup around filesystem type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
621
621
#endif
622
622
  {"log_bin",                 (char*) &opt_bin_log,                 SHOW_BOOL},
623
623
  {"log_error",               (char*) log_error_file,               SHOW_CHAR},
624
 
  {"lower_case_file_system",  (char*) &lower_case_file_system,      SHOW_MY_BOOL},
625
 
  {"lower_case_table_names",  (char*) &lower_case_table_names,      SHOW_INT},
626
624
  {"myisam_recover_options",  (char*) &myisam_recover_options_str,  SHOW_CHAR_PTR},
627
625
  {"open_files_limit",        (char*) &open_files_limit,            SHOW_LONG},
628
626
  {"pid_file",                (char*) pidfile_name,                 SHOW_CHAR},