Assuming any SQL statement  that causes the mysqld to go away is a bug:

Assume table foo has a column bar bigint(20);

select * from foo where bar = 0x7fffffffffffffff;

The above works fine.  The below crashes the server:

select * from foo where bar = 9223372036854775807;

They are equivalent.

-- 


Sincerely Yours,                 [EMAIL PROTECTED]
                                             770.265.0958
Simon Shapiro

Unwritten code has no bugs and executes at twice the speed of mouth



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to