Bug #14536 ./mysql-test-run --ps-protocol user_var fails
Submitted: 1 Nov 2005 7:37 Modified: 12 Nov 2005 22:51
Reporter: Oleksandr Byelkin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:5.0 OS:
Assigned to: Michael Widenius CPU Architecture:Any

[1 Nov 2005 7:37] Oleksandr Byelkin
Description:
TEST                            RESULT
-------------------------------------------------------
user_var                       [ fail ]

Errors are (from /home/bell/mysql/bk/work-clean1-5.0/mysql-test/var/log/mysqltest-time) :
mysqltest: Result length mismatch
(the last lines may be the most important ones)
Below are the diffs between actual and expected results:
-------------------------------------------------------
*** r/user_var.result   2005-11-01 09:49:48 +0300
--- r/user_var.reject   2005-11-01 10:33:00 +0300
***************
*** 112,120 ****
  0
  select @a, @a:=@a+count(*), count(*), @a from t1 group by i;
  @a    @a:=@a+count(*) count(*)        @a
! 0     1       1       0
! 0     2       2       0
! 0     3       3       0
  select @a:=0;
  @a:=0
  0
--- 112,120 ----
  0
  select @a, @a:=@a+count(*), count(*), @a from t1 group by i;
  @a    @a:=@a+count(*) count(*)        @a
!       72057594037927936       72057594037927936
!       144115188075855872      144115188075855872
!       216172782113783808      216172782113783808
  select @a:=0;
  @a:=0
  0
-------------------------------------------------------
Please follow the instructions outlined at
http://www.mysql.com/doc/en/Reporting_mysqltest_bugs.html
to find the reason to this problem and how to report this.

How to repeat:
./mysql-test-run --ps-protocol test
[1 Nov 2005 13:43] Michael Widenius
Fix will be in 5.0.16
[1 Nov 2005 13:50] 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/31735