summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorGalina Shalygina <galashalygina@gmail.com>2017-08-29 21:24:05 +0200
committerGalina Shalygina <galashalygina@gmail.com>2017-08-29 21:24:05 +0200
commit1efa9ed8cafc48950f16593ae1d3d9850d7ae1f5 (patch)
treee5d31fa1bf3317720ee5ca0f06d16741088969eb /libmysqld
parenta5a01dbb088a100cd6d72838815f33e1e6bd409a (diff)
downloadmariadb-git-1efa9ed8cafc48950f16593ae1d3d9850d7ae1f5.tar.gz
Some mistakes in opt_range.cc and libmysqld/CMakeLists.txt files corrected
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt
index 6dabc5e0192..aba4b07b1f7 100644
--- a/libmysqld/CMakeLists.txt
+++ b/libmysqld/CMakeLists.txt
@@ -117,6 +117,7 @@ SET(SQL_EMBEDDED_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc
../sql/ha_sequence.cc ../sql/ha_sequence.h
../sql/temporary_tables.cc
../sql/session_tracker.cc
+ ../sql/sql_tvc.cc ../sql/sql_tvc.h
${GEN_SOURCES}
${MYSYS_LIBWRAP_SOURCE}
)