My Project
|
#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 () |
Queue of active events awaiting execution.