MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
void | init () |
virtual bool | load_from_row (THD *thd, TABLE *table) |
int | get_create_event (THD *thd, String *buf) |
Public Member Functions inherited from Event_queue_element | |
bool | compute_next_execution_time () |
void | mark_last_executed (THD *thd) |
Public Attributes | |
LEX_STRING | body |
LEX_STRING | definer_user |
LEX_STRING | definer_host |
LEX_STRING | comment |
ulonglong | created |
ulonglong | modified |
sql_mode_t | sql_mode |
class Stored_program_creation_ctx * | creation_ctx |
LEX_STRING | body_utf8 |
Public Attributes inherited from Event_queue_element | |
int | on_completion |
int | status |
longlong | originator |
my_time_t | last_executed |
my_time_t | execute_at |
my_time_t | starts |
my_time_t | ends |
my_bool | starts_null |
my_bool | ends_null |
my_bool | execute_at_null |
longlong | expression |
interval_type | interval |
bool | dropped |
uint | execution_count |
Public Attributes inherited from Event_basic | |
LEX_STRING | dbname |
LEX_STRING | name |
LEX_STRING | definer |
Time_zone * | time_zone |
Additional Inherited Members | |
Protected Member Functions inherited from Event_basic | |
bool | load_string_fields (Field **fields,...) |
bool | load_time_zone (THD *thd, const LEX_STRING tz_name) |
Protected Attributes inherited from Event_basic | |
MEM_ROOT | mem_root |
Definition at line 119 of file event_data_objects.h.