diff options
author | Alexander Barkov <bar@mariadb.com> | 2019-06-07 07:46:14 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2019-06-07 12:47:24 +0400 |
commit | b685109596568beed1635211bf80eef34ce9d146 (patch) | |
tree | 8d16f551b56380e3bca57e5653ea2c99b66ddc90 /libmysqld | |
parent | 9d6d37b5d0ec1e6f1e37b904704c18baab1f8ac5 (diff) | |
download | mariadb-git-b685109596568beed1635211bf80eef34ce9d146.tar.gz |
MDEV-19710 Split the server side code in rpl_utility.cc into virtual methods in Type_handler
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt index eae85df2a54..f59163eb6a8 100644 --- a/libmysqld/CMakeLists.txt +++ b/libmysqld/CMakeLists.txt @@ -101,7 +101,9 @@ SET(SQL_EMBEDDED_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc ../sql/multi_range_read.cc ../sql/opt_index_cond_pushdown.cc ../sql/opt_subselect.cc - ../sql/create_options.cc ../sql/rpl_utility.cc + ../sql/create_options.cc + ../sql/rpl_utility.cc + ../sql/rpl_utility_server.cc ../sql/rpl_reporting.cc ../sql/sql_expression_cache.cc ../sql/my_apc.cc ../sql/my_apc.h |