Bug #1435 Increasing max_connections during runtime doesn't work properly
Submitted: 29 Sep 2003 15:57 Modified: 6 Oct 2003 7:03
Reporter: Alexander Keremidarski
Status: Closed
Category:Server Severity:S3 (Non-critical)
Version: OS:
Assigned to: Bugs System Target Version:

[29 Sep 2003 15:57] Alexander Keremidarski
Description:
When max_connections is increased during runtime over it's startup value after certain
number of connections MySQL reports:

Warning: thr_alarm queue is full

How to repeat:
Start mysqld with max_connections=5

SET GLOBAL max_connections=200;

Open new connections untill error message pops up

Warning: thr_alarm queue is full
[6 Oct 2003 7:03] Sergei Golubchik
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

fixed in 4.0.16