# Functions
InitEventScheduler is called at the start of the server.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrEventSchedulerDisabled is returned when user tries to set `event_scheduler_notifier` global system variable to ON or OFF when the server started with either `--event-scheduler=DISABLED` or `--skip-grant-tables` configuration.
# Structs
EventScheduler is responsible for SQL events execution.
# Type aliases
SchedulerStatus can be one of 'ON', 'OFF' or 'DISABLED' If --event-scheduler configuration variable is set to 'DISABLED' at the start of the server, it cannot be updated during runtime.