| Bug #12018 | test mysqlbinlog2 fails on windows due to TZ offset | ||
|---|---|---|---|
| Submitted: | 18 Jul 2005 21:18 | Modified: | 30 Nov 2005 18:53 |
| Reporter: | Elliot Murphy | ||
| Status: | Closed | ||
| Category: | Server: Replication | Severity: | S2 (Serious) |
| Version: | 5.0.10-pre | OS: | Microsoft Windows (Windows) |
| Assigned to: | Kent Boortz | Target Version: | |
[18 Jul 2005 21:18]
Elliot Murphy
[30 Nov 2005 1:35]
Kent Boortz
Thank you for your bug report. This issue has already been fixed in the latest released version of that product, which you can download at http://www.mysql.com/downloads/ Additional info: There was a work around for a library bug using VisualStudio 6, initiating the server TZ was set to the empty string in "my_init.c" #if defined(_MSC_VER) && (_MSC_VER < 1300) /* Clear the OS system variable TZ and avoid the 100% CPU usage Only for old versions of Visual C++ */ _putenv( "TZ=" ); #endif We are now compiling with Visual Studio .Net 2003, and this code will not be enabled. The test case passes.
[30 Nov 2005 18:53]
Paul DuBois
No changelog entry needed.
