Bug #47744 innodb.innodb-timeout fails sporadically
Submitted: 30 Sep 2009 13:19 Modified: 30 Sep 2009 13:21
Reporter: Alexander Nozdrin Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Engine Severity:S3 (Non-critical)
Version:5.4.5 (mysql-trunk) OS:Any
Assigned to: CPU Architecture:Any
Tags: pb2, sporadic, test failure

[30 Sep 2009 13:19] Alexander Nozdrin
Description:
@@ -387,7 +387,7 @@
 DELETE FROM t1;
 EXPLAIN SELECT DISTINCT t1.name, t1.dept FROM t1 WHERE t1.name='rs5';
 id	select_type	table	type	possible_keys	key	key_len	ref	rows	Extra
-1	SIMPLE	t1	range	name	name	44	NULL	2	Using where; Using index for group-by
+1	SIMPLE	t1	range	name	name	44	NULL	1	Using where; Using index for group-by
 SELECT DISTINCT t1.name, t1.dept FROM t1 WHERE t1.name='rs5';
 name	dept
 DROP TABLE t1;

How to repeat:
http://pb2.norway.sun.com/web.py?template=mysql_show_test_failure&test_failure_id=2349058&...
[30 Sep 2009 13:21] Alexander Nozdrin
Mistake.