Bug #9254 Crash in 'SELECT ... WITH ROLLUP' (test 'olap')
Submitted: 17 Mar 2005 17:50 Modified: 6 Apr 2005 17:12
Reporter: Joerg Bruehe Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:5.0.3-pre OS:Linux (Linux)
Assigned to: Igor Babaev CPU Architecture:Any

[17 Mar 2005 17:50] Joerg Bruehe
Description:
Initial tests after cloning for the 5.0.3 build, ChangeSet
  1.1822 05/03/17 16:04:18 joerg@mysql.com +1 -0
  Manual merge.

Test result:

olap                           [ fail ]

Errors are (from /data0/mysqldev/my/mysql-5.0.3-alpha-build/mysql-test/var/log/mysqltest-time) :
/data0/mysqldev/my/mysql-5.0.3-alpha-build/client/.libs/mysqltest: At line 154: query 'SELECT DISTINCT a, sum(b) FROM t1 GROUP BY a,b WITH ROLLUP' failed: 2013: Lost connection to MySQL server during query
(the last lines may be the most important ones)

Ending Tests
Shutting-down MySQL daemon

How to repeat:
Run the test.
[18 Mar 2005 1: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/23162
[18 Mar 2005 1:30] 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/23164
[6 Apr 2005 17:12] Jim Winstead
This was fixed in 5.0.3 with patch from Igor (pushed by Jim).