~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Monty Taylor
  • Date: 2010-09-29 16:49:08 UTC
  • mto: (1802.9.1 clean-doco)
  • mto: This revision was merged to the branch mainline in revision 1813.
  • Revision ID: mordred@inaugust.com-20100929164908-l6k68hzeo39m1fbh
Removed old language arg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
317
317
#define FIXED_VARS_SIZE (sizeof(fixed_vars) / sizeof(drizzle_show_var))
318
318
static drizzle_show_var fixed_vars[]= {
319
319
  {"back_log",                (char*) &back_log,                SHOW_INT},
320
 
  {"language",                language,                         SHOW_CHAR},
321
320
  {"pid_file",                (char*) pidfile_name,             SHOW_CHAR},
322
321
  {"plugin_dir",              (char*) opt_plugin_dir,           SHOW_CHAR},
323
322
  {"thread_stack",            (char*) &my_thread_stack_size,    SHOW_INT},