1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix Bug #22472 IM: --socket option should be removed from Windows version

the option is useless on windows. It was removed from listing of
mysqlmanager --help on Windows
This commit is contained in:
petr/cps@mysql.com/owlet.local
2006-10-05 01:24:53 +04:00
parent 995ac34a24
commit 2073e4a1cb
2 changed files with 3 additions and 3 deletions

View File

@ -36,11 +36,11 @@ struct Options
static char run_as_service; /* handle_options doesn't support bool */
static const char *user;
static const char *angel_pid_file_name;
static const char *socket_file_name;
#endif
static bool is_forced_default_file;
static const char *log_file_name;
static const char *pid_file_name;
static const char *socket_file_name;
static const char *password_file_name;
static const char *default_mysqld_path;
/* the option which should be passed to process_default_option_files */