diff options
Diffstat (limited to 'sql/event_parse_data.h')
-rw-r--r-- | sql/event_parse_data.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/event_parse_data.h b/sql/event_parse_data.h index 8b42eb23937..01cdc685c46 100644 --- a/sql/event_parse_data.h +++ b/sql/event_parse_data.h @@ -70,9 +70,9 @@ public: 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; + bool starts_null; + bool ends_null; + bool execute_at_null; sp_name *identifier; Item* item_expression; |