~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Mark Atwood
  • Date: 2008-12-29 21:49:54 UTC
  • mto: (754.1.4 devel)
  • mto: This revision was merged to the branch mainline in revision 755.
  • Revision ID: me@mark.atwood.name-20081229214954-0m9xrjsceg5tr3s6
integrate errmsg plugin into sql_print_* functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
501
501
  {"locked_in_memory",        (char*) &locked_in_memory,            SHOW_MY_BOOL},
502
502
#endif
503
503
  {"log_bin",                 (char*) &opt_bin_log,                 SHOW_BOOL},
504
 
  {"log_error",               (char*) log_error_file,               SHOW_CHAR},
505
504
  {"myisam_recover_options",  (char*) &myisam_recover_options_str,  SHOW_CHAR_PTR},
506
505
  {"open_files_limit",        (char*) &open_files_limit,                  SHOW_LONGLONG},
507
506
  {"pid_file",                (char*) pidfile_name,                 SHOW_CHAR},