mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
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:
parent
f6b6bced56
commit
641d706b0e
1 changed files with 1 additions and 0 deletions
|
@ -1408,6 +1408,7 @@ SELECT * FROM t1;
|
|||
|
||||
--echo # Switch to connection con2
|
||||
connection con2;
|
||||
--reap
|
||||
SELECT * FROM t1;
|
||||
|
||||
connection default;
|
||||
|
|
Loading…
Reference in a new issue