From 641d706b0e63018260e600c312499be7862c474e Mon Sep 17 00:00:00 2001 From: Alexander Nozdrin Date: Thu, 2 Apr 2009 12:21:51 +0400 Subject: [PATCH] Patch for Bug#38741: main.innodb_mysql crashes randomly (2). It was a test case problem: one 'reap' statement was forgotten. --- mysql-test/include/mix1.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/include/mix1.inc b/mysql-test/include/mix1.inc index 5531f877872..c9cbf2d2839 100644 --- a/mysql-test/include/mix1.inc +++ b/mysql-test/include/mix1.inc @@ -1408,6 +1408,7 @@ SELECT * FROM t1; --echo # Switch to connection con2 connection con2; +--reap SELECT * FROM t1; connection default;