Re: Inconsistant TIMESTAMP behavoir

2004-02-17 Thread Egor Egorov
Garth Webb <[EMAIL PROTECTED]> wrote: > > Hi, I am experiencing strange behavior from a TIMESTAMP column in an > InnoDB table on my MySQL 4.0.16 server. Specifically, it fails to > select certain rows by this column. The table is defined as: > > CREATE TABLE log ( >s_id int(11) not null

Inconsistant TIMESTAMP behavoir

2004-02-13 Thread Garth Webb
Hi, I am experiencing strange behavior from a TIMESTAMP column in an InnoDB table on my MySQL 4.0.16 server. Specifically, it fails to select certain rows by this column. The table is defined as: CREATE TABLE log ( s_id int(11) not null, p_id int(11) not null, action enum