MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
events.h File Reference
#include "sql_string.h"
#include "my_time.h"
Include dependency graph for events.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Typedefs

typedef struct charset_info_st CHARSET_INFO

Functions

int sortcmp_lex_string (LEX_STRING s, LEX_STRING t, CHARSET_INFO *cs)

Variables

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.

Definition in file events.h.