Bug #22467 IM fails to change configuration if the conf file path contains shell-patterns
Submitted: 19 Sep 2006 8:11 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 OS:Any (unix)
Assigned to: CPU Architecture:Any

[19 Sep 2006 8:11] Alexander Nozdrin
Description:
If the configuration file path contains shell-special-symbols,
like (~), Instance Manager starts and initializes correctly, but
fails to change instance configuration.

How to repeat:
Start Instance Manager as follows:
$ ./mysqlmanager --defaults-file=~/.my.cnf

Connect to IM by mysql and try to create a new instance:
mysql> create instance mysqld3;
ERROR 3018 (HY000): Configuration file does not exist

Suggested fix:
Substitute '~' as it is done at initialization.
[5 Oct 2007 15:19] Konstantin Osipov
Setting to Unsupported unless the decision to discontinue is reverted.