diff options
Diffstat (limited to 'client/mysqlbinlog.cc')
-rw-r--r-- | client/mysqlbinlog.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index cb1b02de81c..19973724a82 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -67,7 +67,7 @@ Rpl_filter *binlog_filter= 0; #define PROBE_HEADER_LEN (EVENT_LEN_OFFSET+4) /* Needed for Rpl_filter */ -CHARSET_INFO* system_charset_info= &my_charset_utf8_general_ci; +CHARSET_INFO* system_charset_info= &my_charset_utf8mb3_general_ci; /* Needed for Flashback */ DYNAMIC_ARRAY binlog_events; // Storing the events output string @@ -3248,6 +3248,7 @@ struct encryption_service_st encryption_handler= #include "../sql-common/my_time.c" #include "password.c" #include "log_event.cc" +#include "log_event_client.cc" #include "log_event_old.cc" #include "rpl_utility.cc" #include "sql_string.cc" |