Bug #31030 | rpl000015.test fails if $MYSQL_TCP_PORT != 3306 | ||
---|---|---|---|
Submitted: | 14 Sep 2007 13:31 | Modified: | 11 Dec 2007 19:57 |
Reporter: | Ingo Strüwing | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Tests | Severity: | S7 (Test Cases) |
Version: | 4.1.24 | OS: | Any |
Assigned to: | Matthias Leich | CPU Architecture: | Any |
[14 Sep 2007 13:31]
Ingo Strüwing
[2 Nov 2007 9:11]
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/36955 ChangeSet@1.2690, 2007-11-02 10:11:26+01:00, istruewing@stella.local +1 -0 Bug#31030 - rpl000015.test fails if $MYSQL_TCP_PORT != 3306 Preliminarily disabled test case
[2 Nov 2007 9:13]
Ingo Strüwing
Preliminarily disabling the test case. Please reenable after fixing.
[2 Nov 2007 9:17]
Ingo Strüwing
Oops, the patch was not meant to fix the bug. Back to verified.
[14 Nov 2007 9:41]
Bugs System
Pushed into 6.0.4-alpha
[14 Nov 2007 9:45]
Bugs System
Pushed into 5.1.23-rc
[14 Nov 2007 9:49]
Bugs System
Pushed into 5.0.52
[14 Nov 2007 9:55]
Bugs System
Pushed into 4.1.24
[29 Nov 2007 11:15]
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/38810 ChangeSet@1.2697, 2007-11-29 12:15:21+01:00, mleich@four.local.lan +3 -0 Fix for Bug#31030 rpl000015.test fails if $MYSQL_TCP_PORT != 3306
[30 Nov 2007 17:06]
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/38996 ChangeSet@1.2697, 2007-11-30 18:06:28+01:00, mleich@four.local.lan +3 -0 Fix for Bug#31030 rpl000015.test fails if $MYSQL_TCP_PORT != 3306 Note: This bug does not occur in MySQL 5.0 and up, because ChangeSet 1.2328.2.1 2006/11/27 for MySQL 5.0 prevents this. The 5.0 fix uses the environment variable DEFAULT_MASTER_PORT which is set by mysql-test-run.pl. mysql-test-run.pl in 4.1 does not set this variable. There are two alternatives: 1) Backport the 5.0 fix for this test including modifications to mysql-test-run.pl and mysql-test-run-shell. This is a not acceptable impact on an old MySQL version. 2) Fix the problem different than in 5.0 like in the current ChangeSet + do not apply these changes when upmerging to 5.0
[30 Nov 2007 19:44]
Matthias Leich
Pushed to mysql-4.1-build mysql-5.0-build mysql-5.1-build mysql-6.0-build
[11 Dec 2007 14:50]
Bugs System
Pushed into 4.1.24
[11 Dec 2007 14:50]
Bugs System
Pushed into 5.0.52
[11 Dec 2007 14:51]
Bugs System
Pushed into 5.1.23-rc
[11 Dec 2007 14:51]
Bugs System
Pushed into 6.0.5-alpha
[11 Dec 2007 19:57]
Paul DuBois
Test case change. No changelog entry needed.