MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Event_queue Class Reference

#include <event_queue.h>

Public Member Functions

bool init_queue (THD *thd)
bool create_event (THD *thd, Event_queue_element *new_element, bool *created)
void update_event (THD *thd, LEX_STRING dbname, LEX_STRING name, Event_queue_element *new_element)
void drop_event (THD *thd, LEX_STRING dbname, LEX_STRING name)
void drop_schema_events (THD *thd, LEX_STRING schema)
void recalculate_activation_times (THD *thd)
bool get_top_for_execution_if_time (THD *thd, Event_queue_element_for_exec **event_name)
void dump_internal_status ()

Detailed Description

Queue of active events awaiting execution.

Definition at line 47 of file event_queue.h.


The documentation for this class was generated from the following files: