My Project
Public Member Functions
Event_queue Class Reference

#include <event_queue.h>

List of all members.

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines