Merge vkishkin@bk-internal.mysql.com:/home/bk/mysql-4.1

into mysql.com:/home/wax/mysql/mysql-4.1
This commit is contained in:
wax@mysql.com 2004-02-17 05:15:10 +05:00
commit 67677dcba8

View file

@ -242,8 +242,13 @@ static void my_win_init(void)
setlocale(LC_CTYPE, ""); /* To get right sortorder */
/* Clear the OS system variable TZ and avoid the 100% CPU usage */
#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
_tzset();
/* apre la chiave HKEY_LOCAL_MACHINES\software\MySQL */