summaryrefslogtreecommitdiff
path: root/mysql-test/main/flush_read_lock.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/flush_read_lock.result')
-rw-r--r--mysql-test/main/flush_read_lock.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/main/flush_read_lock.result b/mysql-test/main/flush_read_lock.result
index 55c31ae8d12..47c46da05f1 100644
--- a/mysql-test/main/flush_read_lock.result
+++ b/mysql-test/main/flush_read_lock.result
@@ -85,6 +85,8 @@ insert into t1_temp values (1);
return 0;
end|
create event e1 on schedule every 1 minute do begin end;
+Warnings:
+Warning 1105 Event scheduler is switched off, use SET GLOBAL event_scheduler=ON to enable it.
connect con1,localhost,root,,;
connect con2,localhost,root,,;
connect con3,localhost,root,,;