627
627
{"plugin_dir", (char*) opt_plugin_dir, SHOW_CHAR},
628
628
{"port", (char*) &mysqld_port, SHOW_INT},
629
629
{"protocol_version", (char*) &protocol_version, SHOW_INT},
630
{"skip_networking", (char*) &opt_disable_networking, SHOW_BOOL},
631
{"skip_show_database", (char*) &opt_skip_show_db, SHOW_BOOL},
632
630
{"thread_stack", (char*) &my_thread_stack_size, SHOW_LONG},