Bug #37168: Missing variable - skip_name_resolve

Added a read-only global boolean variable skip_name_resolve.
This commit is contained in:
Georgi Kodinov 2010-03-31 16:12:37 +03:00
commit e65caec138
7 changed files with 73 additions and 0 deletions

View file

@ -1990,6 +1990,7 @@ extern my_bool opt_log, opt_slow_log;
extern ulong log_output_options;
extern my_bool opt_log_queries_not_using_indexes;
extern bool opt_disable_networking, opt_skip_show_db;
extern bool opt_skip_name_resolve;
extern bool opt_ignore_builtin_innodb;
extern my_bool opt_character_set_client_handshake;
extern bool volatile abort_loop, shutdown_in_progress;