~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/set_var.cc

  • Committer: Monty Taylor
  • Date: 2008-07-14 22:29:09 UTC
  • mto: (77.6.2 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 159.
  • Revision ID: monty@inaugust.com-20080714222909-6qu1bjrwiwq9htm7
Removed skip-external-locking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
638
638
  {"plugin_dir",              (char*) opt_plugin_dir,               SHOW_CHAR},
639
639
  {"port",                    (char*) &mysqld_port,                 SHOW_INT},
640
640
  {"protocol_version",        (char*) &protocol_version,            SHOW_INT},
641
 
  {"skip_external_locking",   (char*) &my_disable_locking,          SHOW_MY_BOOL},
642
641
  {"skip_networking",         (char*) &opt_disable_networking,      SHOW_BOOL},
643
642
  {"skip_show_database",      (char*) &opt_skip_show_db,            SHOW_BOOL},
644
643
  {"thread_stack",            (char*) &my_thread_stack_size,        SHOW_LONG},