MySQL 9.1.0
Source Code Documentation
|
Declarations of the scheduler thread class and related functionality. More...
#include <sys/types.h>
#include "my_inttypes.h"
#include "mysql/components/services/bits/mysql_cond_bits.h"
#include "mysql/components/services/bits/mysql_mutex_bits.h"
#include "mysql/components/services/bits/psi_stage_bits.h"
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) |
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.