Hello.


There were several bugs related to timestamp

at 4.0.22 and later. Does the problem remains

on 4.1.12 (4.0.24)?





manasvini nandakumar <[EMAIL PROTECTED]> wrote:

> Hi all,

> I have a very strange problem with mysql-4.0.22

> running on a big endian processor platform.When the

> timestamp gets updated as '2005-01-01 23:00:00', it

> actually seems to be converted internally as

> 20050104230000.Similarly '2005-01-02 23:00:00' is

> '20050105230000'.

> The problem is that let us say ,some value in one of

> the rows got updated at a system time of '2005-01-02

> 03:00:00'.It's timestamp is now '20050102030000'.But

> the DB  refresh function is unable to get hold of this

> row in the  query "SELECT * from tbl_name WHERE 

> timestamp > '20050101230000'".

> This problem happens only when the hour field is 23 on

> a Big endian system.(The day somehow gets incremented

> by 3 during comparison and insertion).It works fine on

> my PC.

> I am hoping someone could give me some ideas as to why

> this may happen

> Thanks in advance,

> Manasvini

> 

> 

>                

> __________________________________ 

> Discover Yahoo! 

> Use Yahoo! to plan a weekend, have fun online and more. Check it out! 

> http://discover.yahoo.com/

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to