diff options
Diffstat (limited to 'sql/log_event.h')
-rw-r--r-- | sql/log_event.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/log_event.h b/sql/log_event.h index 498aa8d8d28..bc850c22a14 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -653,6 +653,11 @@ enum Log_event_type ANONYMOUS_GTID_LOG_EVENT= 34, PREVIOUS_GTIDS_LOG_EVENT= 35, + /* MySQL 5.7 events, ignored by MariaDB */ + TRANSACTION_CONTEXT_EVENT= 36, + VIEW_CHANGE_EVENT= 37, + XA_PREPARE_LOG_EVENT= 38, + /* Add new events here - right above this comment! Existing events (except ENUM_END_EVENT) should never change their numbers |