Bug #29598 mysqld creates superfluous subprocesses
Submitted: 6 Jul 2007 11:57 Modified: 7 Jul 2007 17:09
Reporter: Sveta Smirnova Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: Packaging Severity:S3 (Non-critical)
Version:5.0.44 OS:Linux
Assigned to: CPU Architecture:Any

[6 Jul 2007 11:57] Sveta Smirnova
Description:
Version 5.0.44 creates unneeded subprocesses.

How to repeat:
Start mysqld, then run commands `ps fax | grep mysqld` and `pstree`
[7 Jul 2007 17:09] Sveta Smirnova
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://dev.mysql.com/doc/ and the instructions on
how to report a bug at http://bugs.mysql.com/how-to-report.php

Binaries from package mysql-enterprise-gpl-5.0.44-linux-i686.tar.gz is statically compiled with linuxthreads, so described behavior is espected. Problem was with Community binaries. See also bug #29617