8.14.10 Event Scheduler Thread States
These states occur for the Event Scheduler thread, threads that are created to execute scheduled events, or threads that terminate the scheduler.
-
ClearingThe scheduler thread or a thread that was executing an event is terminating and is about to end.
-
InitializedThe scheduler thread or a thread that executes an event has been initialized.
-
Waiting for next activationThe scheduler has a nonempty event queue but the next activation is in the future.
-
Waiting for scheduler to stopThe thread issued
SET GLOBAL event_scheduler=OFFand is waiting for the scheduler to stop. -
Waiting on empty queueThe scheduler's event queue is empty and it is sleeping.
© 2025 Oracle
Licensed under the GPLv2 License.