diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-04-02 12:21:51 +0400 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-04-02 12:21:51 +0400 |
commit | b317801959e5873c61b1dbb20931644fe75206b2 (patch) | |
tree | 4384c16e57b74f0d516deed7b3c0e8442ebb94d7 /mysql-test/include/mix1.inc | |
parent | 4a9461f7af13f5a3c0939831f386d57924f2899d (diff) | |
download | mariadb-git-b317801959e5873c61b1dbb20931644fe75206b2.tar.gz |
Patch for Bug#38741: main.innodb_mysql crashes randomly (2).
It was a test case problem: one 'reap' statement was forgotten.
Diffstat (limited to 'mysql-test/include/mix1.inc')
-rw-r--r-- | mysql-test/include/mix1.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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; |