Bug #19164 Config.ini:ServerPort has no upper limit
Submitted: 18 Apr 2006 12:50 Modified: 7 Jul 2006 3:33
Reporter: Serge Kozlov Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:4.1 -> OS:Linux (Linux FC4)
Assigned to: Jonas Oreland CPU Architecture:Any

[18 Apr 2006 12:50] Serge Kozlov
Description:
Config.ini:ServerPort has no upper limit and able to define value greater that 65536. In this case each node uses port that equal NNN - 65536, where NNN - port number from config.ini.
E.g. for ServerPort = 70001 does 4465 (70001-65536)

How to repeat:
Add to each node ServerPort variable and set value greater that 65536 (e.g. 70000)

Suggested fix:
Add upper limit for ServerPort.
[22 Jun 2006 10:03] 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/commits/8060
[29 Jun 2006 9:54] Tomas Ulin
pushed to 5.1.12
[4 Jul 2006 11:39] Jonas Oreland
pushed into 5.0.24
[6 Jul 2006 13:28] Jonas Oreland
pushed into 4.1.21
[7 Jul 2006 3:33] Jon Stephens
Documented bugfix in 4.1.21/5.0.24/5.1.12 changelogs.