diff options
Diffstat (limited to 'sql/log_event.h')
-rw-r--r-- | sql/log_event.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sql/log_event.h b/sql/log_event.h index 51543291621..eac17565fe0 100644 --- a/sql/log_event.h +++ b/sql/log_event.h @@ -2427,7 +2427,7 @@ public: return Rows_log_event::is_valid() && m_cols_ai.bitmap; } -private: +protected: virtual Log_event_type get_type_code() { return (Log_event_type)TYPE_CODE; } #ifdef MYSQL_CLIENT @@ -2498,7 +2498,7 @@ public: } #endif -private: +protected: virtual Log_event_type get_type_code() { return (Log_event_type)TYPE_CODE; } #ifdef MYSQL_CLIENT @@ -2519,6 +2519,8 @@ private: }; +#include "log_event_old.h" + /** Class representing an incident, an occurance out of the ordinary, that happened on the master. |