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:
@@ -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
|
|||||||
../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
|
|||||||
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
|
||||||
|
11384
sql/log_event.cc
11384
sql/log_event.cc
File diff suppressed because it is too large
Load Diff
3424
sql/log_event_client.cc
Normal file
3424
sql/log_event_client.cc
Normal file
File diff suppressed because it is too large
Load Diff
7889
sql/log_event_server.cc
Normal file
7889
sql/log_event_server.cc
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user