diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-04-01 21:25:02 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-04-09 18:42:44 +0200 |
commit | 65e782607031721b22397010bd7be57bbd5f6439 (patch) | |
tree | d27e5912eb6b67eff1b4a928e44cda9e8e4f5d25 /sql/CMakeLists.txt | |
parent | c0878f64c5c39b9cc21f66a401040a708f4f0792 (diff) | |
download | mariadb-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.txt | 2 |
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} |