diff options
Diffstat (limited to 'mysql-test/main/show_check.result')
-rw-r--r-- | mysql-test/main/show_check.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/main/show_check.result b/mysql-test/main/show_check.result index 6a7afb80fae..1b9c1950668 100644 --- a/mysql-test/main/show_check.result +++ b/mysql-test/main/show_check.result @@ -809,6 +809,8 @@ create event e1 on schedule every 1 year starts now() ends date_add(now(), interval 5 hour) do begin end; +Warnings: +Warning 1105 Event scheduler is switched off, use SET GLOBAL event_scheduler=ON to enable it. flush status; show databases; show tables; @@ -1431,6 +1433,8 @@ CREATE TRIGGER t1_bi BEFORE INSERT ON t1 FOR EACH ROW SET NEW.c1 = 'ΤΕΣΤ'; CREATE EVENT ev1 ON SCHEDULE AT '1970-01-02 00:00:00' ON COMPLETION PRESERVE DISABLE DO SELECT 'ΤΕΣΤ' AS test; +Warnings: +Warning 1105 Event scheduler is switched off, use SET GLOBAL event_scheduler=ON to enable it. set names utf8; SHOW CREATE VIEW v1; View Create View character_set_client collation_connection |