mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge branch '10.3' into 10.4
This commit is contained in:
@ -246,7 +246,11 @@ Log_name Pos Event_type Server_id End_log_pos Info
|
||||
RESET MASTER;
|
||||
SET timestamp=UNIX_TIMESTAMP('2014-11-01 10:20:30');
|
||||
CREATE OR REPLACE EVENT ev1 ON SCHEDULE EVERY 1 SECOND DO DROP TABLE IF EXISTS t1;
|
||||
Warnings:
|
||||
Warning 1105 Event scheduler is switched off, use SET GLOBAL event_scheduler=ON to enable it.
|
||||
CREATE OR REPLACE EVENT ev1 ON SCHEDULE EVERY 1 SECOND DO DROP TABLE IF EXISTS t2;
|
||||
Warnings:
|
||||
Warning 1105 Event scheduler is switched off, use SET GLOBAL event_scheduler=ON to enable it.
|
||||
SELECT EVENT_NAME, EVENT_DEFINITION FROM INFORMATION_SCHEMA.EVENTS;
|
||||
EVENT_NAME EVENT_DEFINITION
|
||||
ev1 DROP TABLE IF EXISTS t2
|
||||
|
Reference in New Issue
Block a user