1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-19550 Move specific parts of log_event.cc to log_event_client.cc and log_event_server.cc

This commit is contained in:
Alexander Barkov
2019-05-22 08:53:24 +04:00
parent ebfe8c4e0e
commit 55a2ca3e6a
6 changed files with 11318 additions and 11386 deletions

View File

@@ -3245,6 +3245,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"