Bug #44355 | Need system variable for --bind-address option | ||
---|---|---|---|
Submitted: | 18 Apr 2009 17:00 | Modified: | 24 Jan 2011 13:23 |
Reporter: | John David Duncan | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
Version: | 5.1, 6.0 | OS: | Any |
Assigned to: | Georgi Kodinov | CPU Architecture: | Any |
Tags: | Agent, Contribution, variables |
[18 Apr 2009 17:00]
John David Duncan
[18 Apr 2009 18:47]
John David Duncan
mysql-test-run.pl on 5.1.33 + this patch: "All 715 tests were successful" on Mac laptop.
[28 Oct 2010 19:26]
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/122246 3341 Georgi Kodinov 2010-10-28 Bug #44355: Need system variable for --bind-address option Added a system variable for the bind_address command line option.
[1 Nov 2010 16:45]
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/122455 3350 Georgi Kodinov 2010-10-28 Bug #44355: Need system variable for --bind-address option Added a system variable for the bind_address command line option.
[1 Nov 2010 17:39]
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/122463 3351 Georgi Kodinov 2010-10-28 Bug #44355: Need system variable for --bind-address option Added a system variable for the bind_address command line option.
[13 Nov 2010 16:21]
Bugs System
Pushed into mysql-trunk 5.6.99-m5 (revid:alexander.nozdrin@oracle.com-20101113155825-czmva9kg4n31anmu) (version source revid:alexander.nozdrin@oracle.com-20101113155825-czmva9kg4n31anmu) (merge vers: 5.6.99-m5) (pib:21)
[13 Nov 2010 16:28]
Bugs System
Pushed into mysql-next-mr (revid:alexander.nozdrin@oracle.com-20101113160336-atmtmfb3mzm4pz4i) (version source revid:alexander.nozdrin@oracle.com-20101113152540-gxro4g0v29l27f5x) (pib:21)
[20 Dec 2010 3:00]
Paul DuBois
Noted in 5.6.1 changelog. The is now a bind_address system variable containing the value of the --bind-address option. This enables the address to be accessed at runtime.