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
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