Michael Widenius wrote:
>
> Hi!
>
> > "Colin" == Colin Faber <[EMAIL PROTECTED]> writes:
>
> >> Description:
>
> Colin> When attempting to select a result set by subtracting the value
> Colin> of an unsigned INT column against UNIX_TIMESTAMP() the result set
> Colin> is invalid.
>
>
Hi!
> "Colin" == Colin Faber <[EMAIL PROTECTED]> writes:
>> Description:
Colin> When attempting to select a result set by subtracting the value
Colin> of an unsigned INT column against UNIX_TIMESTAMP() the result set
Colin> is invalid.
>> How-To-Repeat:
Colin> Test case:
mysql> creat
Colin Faber writes:
> >Description:
> When attempting to select a result set by subtracting the value
> of an unsigned INT column against UNIX_TIMESTAMP() the result set
> is invalid.
>
> >How-To-Repeat:
> Test case:
>
[skip]
Thank you for your bug report.
I have been
>Description:
When attempting to select a result set by subtracting the value
of an unsigned INT column against UNIX_TIMESTAMP() the result set
is invalid.
>How-To-Repeat:
Test case:
mysql> create table t (ts int unsigned not null); insert into t values
(