Skip to content

Event Scheduler Thread States

xiaoboluo768 edited this page Jun 11, 2020 · 3 revisions
  • 以下列出了事件调度程序线程的状态
    • Clearing:调度程序线程正在停止执行事件
    • Initialized:调度程序线程已初始化完成,将要执行调度事件
    • Waiting for next activation:调度程序具有非空事件队列时,正在等待未来某个时间点激活队列中的某个事件,以便进行调度并执行
    • Waiting for scheduler to stop:线程发出SET GLOBAL event_scheduler = OFF并等待调度程序停止
    • Waiting on empty queue:调度程序的事件队列为空,因此调度程序处于休眠状态

上一篇:Replication Slave Connection Thread States | 下一篇:附录B show engine innodb status详解目录

Clone this wiki locally