summaryrefslogtreecommitdiff
path: root/mysql-test/r/events_stress.result
diff options
context:
space:
mode:
authorMatthias Leich <Matthias.Leich@sun.com>2009-05-15 12:15:56 +0200
committerMatthias Leich <Matthias.Leich@sun.com>2009-05-15 12:15:56 +0200
commitccfd6971091acf689a85495be9c559064d2f8490 (patch)
tree4d992c0688078d328a4150d979caaf623fd345ef /mysql-test/r/events_stress.result
parenta3765656b97e7d94fc1c3d604823093f8e16dcf7 (diff)
downloadmariadb-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/events_stress.result')
-rw-r--r--mysql-test/r/events_stress.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/events_stress.result b/mysql-test/r/events_stress.result
index 17eb32b36b7..9b9f3caaff6 100644
--- a/mysql-test/r/events_stress.result
+++ b/mysql-test/r/events_stress.result
@@ -63,3 +63,4 @@ DROP TABLE fill_it1;
DROP TABLE fill_it2;
DROP TABLE fill_it3;
DROP DATABASE events_test;
+SET GLOBAL event_scheduler=off;