MySQL 8.3.0
Source Code Documentation
events.h File Reference

A public interface of Events_Scheduler module. More...

Go to the source code of this file.

Classes

class  Events
 A facade to the functionality of the Event Scheduler. More...
 

Namespaces

namespace  dd
 The version of the current data dictionary table definitions.
 

Functions

int sortcmp_lex_string (LEX_CSTRING s, LEX_CSTRING t, const CHARSET_INFO *cs)
 

Variables

PSI_mutex_key key_event_scheduler_LOCK_scheduler_state
 
PSI_cond_key key_event_scheduler_COND_state
 
PSI_thread_key key_thread_event_scheduler
 
PSI_thread_key key_thread_event_worker
 
PSI_stage_info stage_waiting_on_empty_queue
 
PSI_stage_info stage_waiting_for_next_activation
 
PSI_stage_info stage_waiting_for_scheduler_to_stop
 

Detailed Description

A public interface of Events_Scheduler module.