mirror of
https://github.com/MariaDB/server.git
synced 2026-04-19 06:45:32 +02:00
Merge branch '10.1' into 10.2
This commit is contained in:
commit
8cbb14ef5d
205 changed files with 2788 additions and 657 deletions
|
|
@ -682,6 +682,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.
|
||||
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
|
||||
test_rpl e1 root@localhost SYSTEM RECURRING NULL 1 # # NULL ENABLED 1 latin1 latin1_swedish_ci latin1_swedish_ci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue