| Bug #12018 | test mysqlbinlog2 fails on windows due to TZ offset | ||
|---|---|---|---|
| Submitted: | 18 Jul 2005 19:18 | Modified: | 30 Nov 2005 17:53 |
| Reporter: | Elliot Murphy | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
| Version: | 5.0.10-pre | OS: | Windows (Windows) |
| Assigned to: | Kent Boortz | CPU Architecture: | Any |
[18 Jul 2005 19:18]
Elliot Murphy
[30 Nov 2005 0: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 17:53]
Paul DuBois
No changelog entry needed.
