Bug #47267 mysqld --install-manual with extra arguments is broken in 5.1.38 on Windows
Submitted: 11 Sep 2009 9:09 Modified: 11 Sep 2009 14:18
Reporter: M. B. Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Installing Severity:S2 (Serious)
Version:5.1.38 OS:Windows
Assigned to: CPU Architecture:Any
Tags: regression

[11 Sep 2009 9:09] M. B.
Description:
When installing MySQL as a service via mysqld results in wrong service setup when additional parameters are passed.
Was working correct in 5.1.37

How to repeat:
Example:
  C:\MySQL\bin\mysqld --install-manual MySQL --defaults-file="C:\MySQL\my.ini"

...creates the following service command line...
  C:\MySQL\bin\mysqld C:\MySQL\my.ini MySQL

...correct would be...
  C:\MySQL\bin\mysqld --defaults-file=C:\MySQL\my.ini MySQL
[11 Sep 2009 11:54] Valeriy Kravchuk
Looks like a duplicate of http://bugs.mysql.com/bug.php?id=46917, but for 5.1.x. Please, check.
[11 Sep 2009 13:15] M. B.
The reported behaviour is a duplicate of #46917, but the version is different and it was working with 5.1.37 before.
[11 Sep 2009 14:18] Valeriy Kravchuk
I've added version 5.1.38 and reference to this bug to bug #46917. So, let's call this a duplicate.