Bug #10274 new group_by test fails on amd64
Submitted: 29 Apr 2005 19:04 Modified: 3 May 2005 6:13
Reporter: Jim Winstead Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1 OS:Linux (Ubuntu Linux)
Assigned to: Sergey Petrunya CPU Architecture:Any

[29 Apr 2005 19:04] Jim Winstead
Description:
This diff is from a 5.0 tree, but it fails for me in the 4.1 tree, too.

-------------------------------------------------------
*** r/group_by.result   2005-04-29 18:16:01.000000000 +0300
--- r/group_by.reject   2005-04-29 21:54:16.733834728 +0300
***************
*** 709,713 ****
  3000000000
  select min(b) from t1;
  min(b)
! 3000000000
  drop table t1;
--- 709,713 ----
  3000000000
  select min(b) from t1;
  min(b)
! 18446744072414584320
  drop table t1;

How to repeat:
Build on AMD64.

Run mysql-test-run group_by.

Test passes on production.mysql.com.
[29 Apr 2005 21:00] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/internals/24490
[3 May 2005 6:13] Sergey Petrunya
Approved by Monty on IRC
[3 May 2005 6:13] Sergey Petrunya
pushed into 4.1.12, no docs update necessary