Bug #9665 After registering MySQL service and starting with shared mem, cannot stop
Submitted: 6 Apr 2005 2:35 Modified: 26 Apr 2005 0:52
Reporter: Lachlan Mulcahy Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.11bk OS:Windows (Windows 2000 Server)
Assigned to: Reggie Burnett CPU Architecture:Any

[6 Apr 2005 2:35] Lachlan Mulcahy
Description:
After registering MySQL 4.1.11 (BK as of 20050405) as a Windows Service with a shared memory configuration, I am unable to stop it.

How to repeat:
C:\mysql\bin> mysqld-nt --install MySQL --defaults-file=C:\mysql\my.ini

Service runs....

After that, I was not able to stop this service with error number 1053.

[[------my.ini------]]

[client]
protocol=memory
shared-memory-base-name=MySQL

[mysqld]
shared-memory
shared-memory-base-name=MySQL

Suggested fix:
None.
[8 Apr 2005 15:40] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/internals/23808
[8 Apr 2005 21:56] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/internals/23815
[11 Apr 2005 14:29] Reggie Burnett
Fixed in 4.1.12 and 5.0.4
[26 Apr 2005 0:44] Paul DuBois
Noted in 4.1.12, 5.0.4 changelogs.