summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2019-02-04 00:25:56 -0800
committerIgor Babaev <igor@askmonty.org>2019-02-04 00:25:56 -0800
commit07b7b2e4efb82a50e4575c309bf6987975c4607f (patch)
tree2f41344676a5f11f67899b1f98e6635bf764e9bf
parentcfd2646c3152bbefe11e381c00b701a49cf5c4ef (diff)
downloadmariadb-git-07b7b2e4efb82a50e4575c309bf6987975c4607f.tar.gz
Fixed a merge problem: missing reference to rowid_filter.cc in a cmake file
-rw-r--r--libmysqld/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt
index dfb5d4ce86f..bf277e9ad20 100644
--- a/libmysqld/CMakeLists.txt
+++ b/libmysqld/CMakeLists.txt
@@ -121,6 +121,7 @@ SET(SQL_EMBEDDED_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc
../sql/proxy_protocol.cc ../sql/backup.cc
../sql/sql_tvc.cc ../sql/sql_tvc.h
../sql/opt_split.cc
+ ../sql/rowid_filter.cc ../sql/rowid_filter.h
../sql/item_vers.cc
${GEN_SOURCES}
${MYSYS_LIBWRAP_SOURCE}