diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-03-06 17:05:03 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-03-10 18:21:27 +0100 |
commit | 051851b9a673e38d12612ea92d8a8913b8f0ca45 (patch) | |
tree | 12f7682895682f2654703cf0ee38e6dde49290ed /sql/sql_binlog.cc | |
parent | 70a2efde0352052fce5a44481055542e0b050048 (diff) | |
download | mariadb-git-051851b9a673e38d12612ea92d8a8913b8f0ca45.tar.gz |
base64 service
Diffstat (limited to 'sql/sql_binlog.cc')
-rw-r--r-- | sql/sql_binlog.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_binlog.cc b/sql/sql_binlog.cc index f0465cdf5bf..91cf038907e 100644 --- a/sql/sql_binlog.cc +++ b/sql/sql_binlog.cc @@ -20,7 +20,6 @@ #include "sql_parse.h" // check_global_access #include "sql_acl.h" // *_ACL #include "rpl_rli.h" -#include "base64.h" #include "slave.h" // apply_event_and_update_pos #include "log_event.h" // Format_description_log_event, // EVENT_LEN_OFFSET, |