diff options
author | Matthias Leich <Matthias.Leich@sun.com> | 2009-05-15 12:15:56 +0200 |
---|---|---|
committer | Matthias Leich <Matthias.Leich@sun.com> | 2009-05-15 12:15:56 +0200 |
commit | ccfd6971091acf689a85495be9c559064d2f8490 (patch) | |
tree | 4d992c0688078d328a4150d979caaf623fd345ef /mysql-test/r/concurrent_innodb_unsafelog.result | |
parent | a3765656b97e7d94fc1c3d604823093f8e16dcf7 (diff) | |
download | mariadb-git-ccfd6971091acf689a85495be9c559064d2f8490.tar.gz |
Fix for Bug#42308 Several server tests do not pass MTR's --check option
Details:
Most tests mentioned within the bug report were already fixed.
The test modified here failed in stability (high parallel load) tests.
Details:
1. Take care that disconnects are finished before the test terminates.
2. Correct wrong handling of send/reap in events_stress which caused
random garbled output
3. Minor beautifying of script code
Diffstat (limited to 'mysql-test/r/concurrent_innodb_unsafelog.result')
-rw-r--r-- | mysql-test/r/concurrent_innodb_unsafelog.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/concurrent_innodb_unsafelog.result b/mysql-test/r/concurrent_innodb_unsafelog.result index e9c53d4cfa0..35fc2d89cfe 100644 --- a/mysql-test/r/concurrent_innodb_unsafelog.result +++ b/mysql-test/r/concurrent_innodb_unsafelog.result @@ -781,6 +781,8 @@ eta tipo c 70 1 iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii 80 1 jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj 90 11 kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk +** Cleanup +** connection thread2 ** connection default drop table t1; drop user mysqltest@localhost; |