Bug #38473 | The MGM API function ndb_mgm_listen_event does not use bind-address parameter. | ||
---|---|---|---|
Submitted: | 30 Jul 2008 21:03 | Modified: | 21 Nov 2008 14:17 |
Reporter: | Anatoly Pidruchny (Candidate Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: NDB API | Severity: | S3 (Non-critical) |
Version: | 6.2.15 | OS: | Any |
Assigned to: | Tomas Ulin | CPU Architecture: | Any |
[30 Jul 2008 21:03]
Anatoly Pidruchny
[31 Jul 2008 17:08]
Hartmut Holzgraefe
triage reasoning: D4 - minor as it doesn't actually break anything W3 - can be solved using firewall rules but that isn't really practical I4 - i don't think that bind-address is used that often yet
[17 Nov 2008 14:21]
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/58959 2748 Tomas Ulin 2008-11-17 Bug #38473 The MGM API function ndb_mgm_listen_event does not use bind-address parameter. + extend ndb connectstring to take bind address parameter
[17 Nov 2008 14:23]
Bugs System
Pushed into 5.1.29-ndb-6.3.19 (revid:tomas.ulin@sun.com-20081117142048-jjbu7fvi7fr12jco) (version source revid:tomas.ulin@sun.com-20081117142048-jjbu7fvi7fr12jco) (pib:5)
[18 Nov 2008 8:36]
Bugs System
Pushed into 5.1.29-ndb-6.4.0 (revid:tomas.ulin@sun.com-20081117142048-jjbu7fvi7fr12jco) (version source revid:tomas.ulin@sun.com-20081118083442-0towxfxe5hh7z56f) (pib:5)
[21 Nov 2008 14:17]
Jon Stephens
Documented in the NDB-6.3.19 changelog as follows: The MGM API function ndb_mgm_listen_event() ignored bind addresses. As part of this fix, it is now possible to specify bind addresses in connect strings. See -The Cluster Connectstring- for more information.