MySQL 8.4.0
Source Code Documentation
event_scheduler.h File Reference

Declarations of the scheduler thread class and related functionality. More...

Go to the source code of this file.

Classes

class  Event_worker_thread
 
class  Event_scheduler
 

Functions

void pre_init_event_thread (THD *thd)
 
bool post_init_event_thread (THD *thd)
 
void deinit_event_thread (THD *thd)
 

Detailed Description

Declarations of the scheduler thread class and related functionality.

This file is internal to Event_Scheduler module. Please do not include it directly. All public declarations of Event_Scheduler module are in events.h and event_data_objects.h.