Patch for Bug#38741: main.innodb_mysql crashes randomly (2).

It was a test case problem: one 'reap' statement was forgotten.
This commit is contained in:
Alexander Nozdrin 2009-04-02 12:21:51 +04:00
parent f6b6bced56
commit 641d706b0e

View file

@ -1408,6 +1408,7 @@ SELECT * FROM t1;
--echo # Switch to connection con2 --echo # Switch to connection con2
connection con2; connection con2;
--reap
SELECT * FROM t1; SELECT * FROM t1;
connection default; connection default;