Bug #29083 | test suite times out on OS X 64bit - also in older releases | ||
---|---|---|---|
Submitted: | 13 Jun 2007 17:37 | Modified: | 28 Nov 2007 18:24 |
Reporter: | Joerg Bruehe | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | 4.1.23 | OS: | MacOS (PPC 64 bit only) |
Assigned to: | Sergey Vojtovich | CPU Architecture: | Any |
[13 Jun 2007 17:37]
Joerg Bruehe
[9 Nov 2007 12:02]
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/37432 ChangeSet@1.2692, 2007-11-09 16:05:01+04:00, svoj@mysql.com +3 -0 BUG#29083 - test suite times out on OS X 64bit - also in older releases The "mysql client in mysqld"(which is used by replication and federated) should use alarms instead of setting socket timeout value if the rest of the server uses alarm. By always calling 'my_net_set_write_timeout' or 'net_set_read_timeout' when changing the timeout value(s), the selection whether to use alarms or timeouts will be handled by ifdef's in those two functions. This is minimal backport of patch for BUG#26664, which was pushed to 5.0 and up. Affects 4.1 only.
[28 Nov 2007 10:24]
Bugs System
Pushed into 6.0.4-alpha
[28 Nov 2007 10:25]
Bugs System
Pushed into 5.1.23-rc
[28 Nov 2007 10:27]
Bugs System
Pushed into 5.0.54
[28 Nov 2007 10:47]
Bugs System
Pushed into 4.1.24
[28 Nov 2007 18:24]
Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html Documented bugfix in 4.1.24 changelog: Connections from one mysqld server to another failed on Mac OS X, affecting replication and FEDERATED tables. Per developer notes this fix affected 4.1 only, see Bug #26664 for 5.0+ fix.