Commit 55a2ca3e authored by Alexander Barkov's avatar Alexander Barkov

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

parent ebfe8c4e
...@@ -3245,6 +3245,7 @@ struct encryption_service_st encryption_handler= ...@@ -3245,6 +3245,7 @@ struct encryption_service_st encryption_handler=
#include "../sql-common/my_time.c" #include "../sql-common/my_time.c"
#include "password.c" #include "password.c"
#include "log_event.cc" #include "log_event.cc"
#include "log_event_client.cc"
#include "log_event_old.cc" #include "log_event_old.cc"
#include "rpl_utility.cc" #include "rpl_utility.cc"
#include "sql_string.cc" #include "sql_string.cc"
......
...@@ -55,7 +55,8 @@ SET(SQL_EMBEDDED_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc ...@@ -55,7 +55,8 @@ SET(SQL_EMBEDDED_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc
../sql/item_subselect.cc ../sql/item_sum.cc ../sql/item_timefunc.cc ../sql/item_subselect.cc ../sql/item_sum.cc ../sql/item_timefunc.cc
../sql/item_xmlfunc.cc ../sql/item_jsonfunc.cc ../sql/item_xmlfunc.cc ../sql/item_jsonfunc.cc
../sql/key.cc ../sql/lock.cc ../sql/log.cc ../sql/key.cc ../sql/lock.cc ../sql/log.cc
../sql/log_event.cc ../sql/mf_iocache.cc ../sql/my_decimal.cc ../sql/log_event.cc ../sql/log_event_server.cc
../sql/mf_iocache.cc ../sql/my_decimal.cc
../sql/net_serv.cc ../sql/opt_range.cc ../sql/opt_sum.cc ../sql/net_serv.cc ../sql/opt_range.cc ../sql/opt_sum.cc
../sql/parse_file.cc ../sql/procedure.cc ../sql/protocol.cc ../sql/parse_file.cc ../sql/procedure.cc ../sql/protocol.cc
../sql/records.cc ../sql/repl_failsafe.cc ../sql/rpl_filter.cc ../sql/records.cc ../sql/repl_failsafe.cc ../sql/rpl_filter.cc
......
...@@ -79,7 +79,8 @@ SET (SQL_SOURCE ...@@ -79,7 +79,8 @@ SET (SQL_SOURCE
item_create.cc item_func.cc item_geofunc.cc item_row.cc item_create.cc item_func.cc item_geofunc.cc item_row.cc
item_strfunc.cc item_subselect.cc item_sum.cc item_timefunc.cc item_strfunc.cc item_subselect.cc item_sum.cc item_timefunc.cc
key.cc log.cc lock.cc key.cc log.cc lock.cc
log_event.cc rpl_record.cc rpl_reporting.cc log_event.cc log_event_server.cc
rpl_record.cc rpl_reporting.cc
log_event_old.cc rpl_record_old.cc log_event_old.cc rpl_record_old.cc
mf_iocache.cc my_decimal.cc mf_iocache.cc my_decimal.cc
mysqld.cc net_serv.cc keycaches.cc mysqld.cc net_serv.cc keycaches.cc
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment