summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2019-04-25 18:51:28 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2019-04-28 12:49:59 +0200
commite8778f1c7cded1151aba589b1f4d9c3fc1bd369a (patch)
treefe876655c60bf5088b5322077b7e0e80e2921fdc /storage
parent7590861779e3da5760153c0d01ffbf26048e4cef (diff)
downloadmariadb-git-e8778f1c7cded1151aba589b1f4d9c3fc1bd369a.tar.gz
MDEV-19265 Server should throw warning if event is created and event_scheduler = OFF
Diffstat (limited to 'storage')
-rw-r--r--storage/tokudb/mysql-test/rpl/r/rpl_tokudb_mixed_dml.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/tokudb/mysql-test/rpl/r/rpl_tokudb_mixed_dml.result b/storage/tokudb/mysql-test/rpl/r/rpl_tokudb_mixed_dml.result
index 59b05ea4dfb..c71dcadc32f 100644
--- a/storage/tokudb/mysql-test/rpl/r/rpl_tokudb_mixed_dml.result
+++ b/storage/tokudb/mysql-test/rpl/r/rpl_tokudb_mixed_dml.result
@@ -681,6 +681,8 @@ DROP TRIGGER tr1;
GRANT EVENT ON *.* TO 'root'@'localhost';
INSERT INTO t1 VALUES(1, 'test1');
CREATE EVENT e1 ON SCHEDULE EVERY '1' SECOND COMMENT 'e_second_comment' DO DELETE FROM t1;
+Warnings:
+Warning 1105 Event scheduler is switched off, use SET GLOBAL event_scheduler=ON to enable it.
==========MASTER==========
SHOW EVENTS;
Db Name Definer Time zone Type Execute at Interval value Interval field Starts Ends Status Originator character_set_client collation_connection Database Collation