Bug #92520 mistake in B.5.2.6 Too many connections - bug #24509 is fixed...
Submitted: 21 Sep 2018 5:12 Modified: 28 Sep 2018 10:13
Reporter: Shane Bester (Platinum Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.5 OS:Any
Assigned to: CPU Architecture:Any

[21 Sep 2018 5:12] Shane Bester
Description:
https://dev.mysql.com/doc/refman/5.7/en/too-many-connections.html says

"Windows is limited to (open tables × 2 + open connections) < 2048 due to the Posix compatibility layer used on that platform."

This isn't true since the fix of:

https://bugs.mysql.com/bug.php?id=24509
BUG 11746204 - 24509: 2048 FILE DESCRIPTOR LIMIT ON WINDOWS NEEDS INCREASING

How to repeat:
.

Suggested fix:
Remove that clause from documentation page.
[28 Sep 2018 10:13] Paul DuBois
Posted by developer:
 
Updated. Thanks for spotting this.