Description:
The current 5.0 tree, compiled with BUILD/compile-ppc-max fails the "bigint" test with the following diff:
bigint [ fail ]
Errors are (from /home/lenz/my/mysql-5.0-build/mysql-test/var/log/mysqltest-time) :
/home/lenz/my/mysql-5.0-build/client/.libs/mysqltest: At line 74: Result length mismatch
(the last lines may be the most important ones)
Below are the diffs between actual and expected results:
-------------------------------------------------------
*** r/bigint.result Wed Feb 9 19:47:22 2005
--- r/bigint.reject Thu Feb 10 13:08:36 2005
***************
*** 81,88 ****
select * from t1;
quantity
-8446744073709551616
! 10000000000000000000
! 10000000000000000000
drop table t1;
SELECT '0x8000000000000001'+0;
'0x8000000000000001'+0
--- 81,88 ----
select * from t1;
quantity
-8446744073709551616
! -00000000/00000000/00000000/00000000/0000000//00000000/
! -00000000/00000000/00000000/00000000/0000000//00000000/
drop table t1;
SELECT '0x8000000000000001'+0;
'0x8000000000000001'+0
-------------------------------------------------------
How to repeat:
Compile 5.0 on Linux/PPC using BUILD/compile-ppc-max, run the "bigint" test.