~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

Fixed bashism.

Show diffs side-by-side

added added

removed removed

Lines of Context:
325
325
#endif
326
326
  {"pid_file",                (char*) pidfile_name,                 SHOW_CHAR},
327
327
  {"plugin_dir",              (char*) opt_plugin_dir,               SHOW_CHAR},
 
328
  {"port",                    (char*) &drizzled_tcp_port,           SHOW_INT},
328
329
  {"thread_stack",            (char*) &my_thread_stack_size,        SHOW_INT},
329
330
};
330
331