mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@ -100,7 +100,7 @@ Event_parse_data::init_name(THD *thd, sp_name *spn)
|
||||
ENDS or AT is in the past, we are trying to create an event that
|
||||
will never be executed. If it has ON COMPLETION NOT PRESERVE
|
||||
(default), then it would normally be dropped already, so on CREATE
|
||||
EVENT we give a warning, and do not create anyting. On ALTER EVENT
|
||||
EVENT we give a warning, and do not create anything. On ALTER EVENT
|
||||
we give a error, and do not change the event.
|
||||
|
||||
If the event has ON COMPLETION PRESERVE, then we see if the event is
|
||||
@ -359,7 +359,7 @@ wrong_value:
|
||||
EVERY 5 MINUTE STARTS "2004-12-12 10:00:00" means that
|
||||
the event will be executed every 5 minutes but this will
|
||||
start at the date shown above. Expressions are possible :
|
||||
DATE_ADD(NOW(), INTERVAL 1 DAY) -- start tommorow at
|
||||
DATE_ADD(NOW(), INTERVAL 1 DAY) -- start tomorrow at
|
||||
same time.
|
||||
|
||||
RETURN VALUE
|
||||
@ -413,7 +413,7 @@ wrong_value:
|
||||
EVERY 5 MINUTE ENDS "2004-12-12 10:00:00" means that
|
||||
the event will be executed every 5 minutes but this will
|
||||
end at the date shown above. Expressions are possible :
|
||||
DATE_ADD(NOW(), INTERVAL 1 DAY) -- end tommorow at
|
||||
DATE_ADD(NOW(), INTERVAL 1 DAY) -- end tomorrow at
|
||||
same time.
|
||||
|
||||
RETURN VALUE
|
||||
|
Reference in New Issue
Block a user