summaryrefslogtreecommitdiff
path: root/sql/CMakeLists.txt
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-04-01 21:25:02 +0200
committerSergei Golubchik <serg@mariadb.org>2015-04-09 18:42:44 +0200
commit65e782607031721b22397010bd7be57bbd5f6439 (patch)
treed27e5912eb6b67eff1b4a928e44cda9e8e4f5d25 /sql/CMakeLists.txt
parentc0878f64c5c39b9cc21f66a401040a708f4f0792 (diff)
downloadmariadb-git-65e782607031721b22397010bd7be57bbd5f6439.tar.gz
renames to follow single consistent naming style
with namespace prefixes
Diffstat (limited to 'sql/CMakeLists.txt')
-rw-r--r--sql/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt
index 8c426d010f8..f44c2f6bad0 100644
--- a/sql/CMakeLists.txt
+++ b/sql/CMakeLists.txt
@@ -117,7 +117,7 @@ SET (SQL_SOURCE
my_json_writer.cc my_json_writer.h
rpl_gtid.cc rpl_parallel.cc
${WSREP_SOURCES}
- table_cache.cc encryption_keys.cc
+ table_cache.cc encryption.cc
${CMAKE_CURRENT_BINARY_DIR}/sql_builtin.cc
${GEN_SOURCES}
${MYSYS_LIBWRAP_SOURCE}