t: Tuesday, January 14, 2003 9:37 PM
Subject: May be bug in MySQL 4
> Hi,
> There might be a bug in mysql 4 (tested on 4.0.8-gamma and 4.0.9-gamma)
when
> combining simple arithmetic operations and date conversion
>
> I have a table with the following structure
> date_col date
;Dobromir Velev" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 14, 2003 21:37
Subject: May be bug in MySQL 4
> Hi,
> There might be a bug in mysql 4 (tested on 4.0.8-gamma and 4.0.9-gamma)
when
> combining simple arithmetic operations and date convers
Hi,
There might be a bug in mysql 4 (tested on 4.0.8-gamma and 4.0.9-gamma) when
combining simple arithmetic operations and date conversion
I have a table with the following structure
date_col date -00-00
int_col tinyint(3) unsigned
This is what happens when I try to run a query like the one