[EMAIL PROTECTED] writes:
> >Description:
>       max() and possibly other builtins fail due to apparent rounding
>       errors for any bigints larger than 53 bits or so.  Caveats exist
>       in the manual (section 6.2) about bigints larger than 63bit, but
>       the actual useful limit (for these functions) seems much lower.
>       

Hi!


I tested your code with latest 4.0.1 and got good results:

max(big)
9007199254740992
max(big)
9007199254740993
big
9007199254740993
big
9007199254740993


-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com


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