diff options
author | Galina Shalygina <galashalygina@gmail.com> | 2017-08-29 21:24:05 +0200 |
---|---|---|
committer | Galina Shalygina <galashalygina@gmail.com> | 2017-08-29 21:24:05 +0200 |
commit | 1efa9ed8cafc48950f16593ae1d3d9850d7ae1f5 (patch) | |
tree | e5d31fa1bf3317720ee5ca0f06d16741088969eb /libmysqld | |
parent | a5a01dbb088a100cd6d72838815f33e1e6bd409a (diff) | |
download | mariadb-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.txt | 1 |
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} ) |