Bug #8416 Current 5.0 tree fails in "bigint" on Linux/PPC
Submitted: 10 Feb 2005 11:29 Modified: 12 Feb 2005 21:13
Reporter: Lenz Grimmer Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:5.0.3-pre OS:Linux (Linux/PPC)
Assigned to: Alexey Botchkov CPU Architecture:Any

[10 Feb 2005 11:29] Lenz Grimmer
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.
[12 Feb 2005 20:49] Alexey Botchkov
bk commit - 4.1 tree (hf:1.1859) BUG#8416