Commit b3178019 authored by Alexander Nozdrin's avatar Alexander Nozdrin

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

It was a test case problem: one 'reap' statement was forgotten.
parent 4a9461f7
......@@ -1408,6 +1408,7 @@ SELECT * FROM t1;
--echo # Switch to connection con2
connection con2;
--reap
SELECT * FROM t1;
connection default;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment