mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 10:57:54 +02:00
fix for bug#16434 (Events: Illegal dates don't cause errors)
(post-review commit) WL#1034 (Internal CRON) sql/event_timed.cc: remove bogus check sql/share/errmsg.txt: change error messages sql/sql_yacc.yy: handle error code returned by event_timed::init_starts()
This commit is contained in:
parent
14c38f001b
commit
8b3b76c6d4
3 changed files with 20 additions and 5 deletions
|
|
@ -5760,7 +5760,7 @@ ER_EVENT_DROP_FAILED
|
|||
ER_EVENT_INTERVAL_NOT_POSITIVE
|
||||
eng "INTERVAL must be positive"
|
||||
ER_EVENT_ENDS_BEFORE_STARTS
|
||||
eng "ENDS must be after STARTS"
|
||||
eng "ENDS is either invalid or before STARTS"
|
||||
ER_EVENT_EXEC_TIME_IN_THE_PAST
|
||||
eng "Activation (AT) time is in the past"
|
||||
ER_EVENT_OPEN_TABLE_FAILED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue