Bug #7285 Connecting to an external server with libmysqld starts the embedded server
Submitted: 14 Dec 2004 17:10 Modified: 18 Dec 2004 14:49
Reporter: Georg Richter Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Embedded Library ( libmysqld ) Severity:S1 (Critical)
Version:4.1 and 5.0 OS:
Assigned to: Alexey Botchkov CPU Architecture:Any

[14 Dec 2004 17:10] Georg Richter
Description:
Since Version 4.1 mysql_init function also calls mysql_server_init. This has the negative side 
effect, that libmysqld starts always an instance of embedded server for every external connection. 
 
According to the documentation embedded server has to be started explicitly by calling 
mysql_server_init, not by calling mysql_init. 
 
 

How to repeat:
 

Suggested fix:
[18 Dec 2004 14:49] Georg Richter
fixed in 4.1.9