Bug #21924 func_group test fails in 5.1
Submitted: 30 Aug 2006 15:05 Modified: 31 Aug 2006 21:25
Reporter: Reggie Burnett Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version: OS:
Assigned to: Magnus BlÄudd CPU Architecture:Any

[30 Aug 2006 15:05] Reggie Burnett
Description:
Errors are (from /dev/shm/var-n_stm-5/log/mysqltest-time) :
mysqltest: At line 679: query 'SELECT SQL_NO_CACHE 
(SELECT SUM(c.a) FROM t1 ttt, t2 ccc 
WHERE ttt.a = ccc.b AND ttt.a = t.a GROUP BY ttt.a) AS minid   
FROM t1 t, t2 c WHERE t.a = c.b' failed: 2013: Lost connection to MySQL server during query
(the last lines may be the most important ones)
Result from queries before failure can be found in r/func_group.log

How to repeat:
build 5.1
[31 Aug 2006 11:53] Valeriy Kravchuk
What exact ChangeSet demonstrates this failure for you?
[31 Aug 2006 11:55] Jonas Oreland
look in pushbuild for details: https://intranet.mysql.com/~knielsen/pb/mysql-5.1/
it seems to fail using valgrind and on ia64
it has failed since summer...
[31 Aug 2006 21:25] Elliot Murphy
Duplicate of bug#21477