max() fails on large (but 63bit) bigint values

2001-12-19 Thread hlein
in set (0.00 sec) Fix: Don't use bigints bigger than 52 bits with max() :-P Submitter-Id: submitter ID Originator:Hank Leininger Organization: utterly dis- MySQL support: none Synopsis: max() fails on large (but 63bit) bigint values Severity: non-critical Priority

Re: max() fails on large (but 63bit) bigint values

2001-12-19 Thread Sinisa Milivojevic
[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