List of all members.
Public Types |
| enum | enum_status { ENABLED = 1,
DISABLED,
SLAVESIDE_DISABLED
} |
| enum | enum_on_completion { ON_COMPLETION_DEFAULT = 0,
ON_COMPLETION_DROP,
ON_COMPLETION_PRESERVE
} |
Public Member Functions |
|
bool | check_parse_data (THD *thd) |
|
bool | check_dates (THD *thd, int previous_on_completion) |
Static Public Member Functions |
|
static Event_parse_data * | new_instance (THD *thd) |
Public Attributes |
|
int | on_completion |
|
int | status |
|
bool | status_changed |
|
longlong | originator |
|
bool | do_not_create |
|
bool | body_changed |
|
LEX_STRING | dbname |
|
LEX_STRING | name |
|
LEX_STRING | definer |
|
LEX_STRING | comment |
|
Item * | item_starts |
|
Item * | item_ends |
|
Item * | item_execute_at |
|
my_time_t | starts |
|
my_time_t | ends |
|
my_time_t | execute_at |
|
my_bool | starts_null |
|
my_bool | ends_null |
|
my_bool | execute_at_null |
|
sp_name * | identifier |
|
Item * | item_expression |
|
longlong | expression |
|
interval_type | interval |
The documentation for this class was generated from the following files: