Re: mysql timezone problem

2006-03-28 Thread Dominik Klein
[EMAIL PROTECTED] schrieb: after changing my system timezone from UTC to MSD i have the following problem: after restarting mysql server its timezone has not changet at all: mysql> show variables like '%zone%'; +--++ | Variable_name| Value | +--+--

mysql timezone problem

2006-03-28 Thread averyanov
after changing my system timezone from UTC to MSD i have the following problem: after restarting mysql server its timezone has not changet at all: mysql> show variables like '%zone%'; +--++ | Variable_name| Value | +--++ | system_time_zone | UTC

Re: Timezone problem.

2001-08-09 Thread Timothy Smith
> > The small problem in mysql is it does not check if parameter is > > correct in configure script - this produced the problem... > > Peter mailto:[EMAIL PROTECTED] Yes, I don't know of any clear way of handling this with autoconf. Basically, if your option starts wi

Re: Timezone problem.

2001-08-08 Thread Heikki Tuuri
Ok :) the problem solved. It was a wrong glibc after all. Regards, Heikki At 01:07 PM 8/8/01 +0400, you wrote: >Hello Heikki, > > Sorry for confuse. The problem is The first complied binary I've > checked which was fine was complied with --with-other-glibc=XXX > therefore the correct option

Re: Timezone problem.

2001-08-08 Thread Sinisa Milivojevic
Peter Zaitsev writes: > Hello Michael, > > Tuesday, August 07, 2001, 10:20:18 PM, you wrote: > > The question is which place do you do aply timezone ? > > I found the following interesting thing: Then mysql is started it uses > correct timestamp, therefore INNODB is started with wrong timestamp

Re: Timezone problem.

2001-08-07 Thread Sasha Pachev
On Tuesday 07 August 2001 09:10, Heikki Tuuri wrote: > Hi! > > No idea what is wrong. Below is the code which > prints the timestamp in InnoDB: > . > > struct tm cal_tm; > struct tm* cal_tm_ptr; > time_t tm; > > time(&tm); > > #ifdef HAVE_LOCALTIME_R > localtime_

Re: Timezone problem.

2001-08-07 Thread Heikki Tuuri
TED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, August 07, 2001 5:41 PM Subject: Re: Timezone problem. >Hello Michael, > >Tuesday, August 07, 2001, 10:20:18 PM, you wrote: > >OK guys I think I've found the problem

Re: Timezone problem.

2001-08-07 Thread Peter Zaitsev
Hello Michael, Tuesday, August 07, 2001, 10:20:18 PM, you wrote: OK guys I think I've found the problem. It seems like new innodb version (40b) does something bad with time. I've tested 3 binaries 1) Plain .40 with normal GLIBC -> OK 2) Plain .40 with patched GLIBC -> OK 3) Plain .40 with new

Re: Timezone problem.

2001-08-07 Thread Sinisa Milivojevic
Peter Zaitsev writes: > Hello mysql, > > It seems like you made an incomportable changes in 3.23.40 without > taking a time to write a release note :( > > The mysql 3.23.39 used the system timezone by default: > > maindb:/spylog/mysql/logs # date > Tue Aug 7 13:31:56 MSD 2001 > > | tra

Re: Re[2]: Timezone problem.

2001-08-07 Thread Sinisa Milivojevic
Peter Zaitsev writes: > Hello Sinisa, > > Tuesday, August 07, 2001, 4:48:56 PM, you wrote: > > 1) SUSE. Destributions does not have TZ variable set by default. And > the idea is it worked quite well wothout it with .39 > 2) The strange thing is why settng TZ makes mysql to print correct > timez

Timezone problem.

2001-08-07 Thread Michael Widenius
Hi! > "Peter" == Peter Zaitsev <[EMAIL PROTECTED]> writes: Peter> Hello mysql, Peter> It seems like you made an incomportable changes in 3.23.40 without Peter> taking a time to write a release note :( Peter> The mysql 3.23.39 used the system timezone by default: Peter> maindb:/spylo

Re[2]: Timezone problem.

2001-08-07 Thread Peter Zaitsev
Hello Sinisa, Tuesday, August 07, 2001, 4:48:56 PM, you wrote: 1) SUSE. Destributions does not have TZ variable set by default. And the idea is it worked quite well wothout it with .39 2) The strange thing is why settng TZ makes mysql to print correct timezone in variables but still produces th

Timezone problem.

2001-08-07 Thread Peter Zaitsev
Hello mysql, It seems like you made an incomportable changes in 3.23.40 without taking a time to write a release note :( The mysql 3.23.39 used the system timezone by default: maindb:/spylog/mysql/logs # date Tue Aug 7 13:31:56 MSD 2001 | transaction_isolation | READ-COMMITTE

TimeZone problem

2001-04-02 Thread Jocelyn Bernier
We are currently running MySQL 3.23.33 on a Windows NT 4 SP6 machine. Yesterday we changed for Eastern Daily Saving but mysql still running with timezone of Eastern Standard Time. I checked in the doc and only found that I should change the variable TZ with a new value. How can I chan