Bug #22428 Instance Manager: Invalid output of '--help' on Windows
Submitted: 17 Sep 2006 20:23 Modified: 5 Oct 2007 15:19
Reporter: Alexander Nozdrin Email Updates:
Status: Unsupported Impact on me:
None 
Category:Instance Manager Severity:S3 (Non-critical)
Version:5.1/5.0 OS:Windows (Windows)
Assigned to: CPU Architecture:Any

[17 Sep 2006 20:23] Alexander Nozdrin
Description:
'mysqlmanager --help' prints default values for each option.
On Windows some default values have invalid values:
default-mysqld-path  DEFAULT_MYSQLD_PATH
pid-file             DEFAULT_PID_FILE_NAME
socket               DEFAULT_SOCKET_FILE_NAME

How to repeat:
Run 'mysqlmanager --help'.
[17 Sep 2006 21:01] MySQL Verification Team
Thank you for the bug report.

Variables (--variable-name=value)
and boolean options {FALSE|TRUE}  Value (after reading options)
--------------------------------- -----------------------------
log                               c:\mysql\bin\mysqlmanager.log
pid-file                          DEFAULT_PID_FILE_NAME
socket                            DEFAULT_SOCKET_FILE_NAME
bind-address                      (No default value)
port                              2273
password-file                     c:\mysql\bin\mysqlmanager.passwd
default-mysqld-path               DEFAULT_MYSQLD_PATH
monitoring-interval               20
install                           FALSE
remove                            FALSE
standalone                        FALSE
wait-timeout                      28800

c:\mysql\bin>
[5 Oct 2007 15:19] Konstantin Osipov
Setting to Unsupported unless the decision to discontinue is reverted.