1 #ifndef _EVENT_DATA_OBJECTS_H_
2 #define _EVENT_DATA_OBJECTS_H_
25 #include "event_parse_data.h"
75 load_string_fields(
Field **fields, ...);
78 load_time_zone(THD *thd,
const LEX_STRING tz_name);
90 my_time_t last_executed;
96 my_bool execute_at_null;
99 interval_type interval;
103 uint execution_count;
112 compute_next_execution_time();
115 mark_last_executed(THD *thd);
174 construct_sp_sql(THD *thd,
String *sp_sql);
176 construct_drop_event_sql(THD *thd,
String *sp_sql);