summaryrefslogtreecommitdiff
path: root/storage/spider
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@mariadb.org>2016-10-09 16:48:17 +0300
committerOtto Kekäläinen <otto@mariadb.org>2016-10-27 18:42:16 +0300
commit1877a8cdb4bce5c14e4f92a08b959b84cc123c3f (patch)
tree778b0b360805e51ca07d7d296567d4e890d4b54a /storage/spider
parentd495bf42807c301da579e5de2ffcb39ea73df928 (diff)
downloadmariadb-git-1877a8cdb4bce5c14e4f92a08b959b84cc123c3f.tar.gz
MDEV-6284: Remove CMakeLists.txt hack that mangled the server install file
For Debian the rules file is the main makefile and assuming that a upstream makefile will mangle the Debian packaging files creates false alerts from static analysis tools and other problems.
Diffstat (limited to 'storage/spider')
-rw-r--r--storage/spider/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/spider/CMakeLists.txt b/storage/spider/CMakeLists.txt
index 402c74b2cde..14c50f35bd9 100644
--- a/storage/spider/CMakeLists.txt
+++ b/storage/spider/CMakeLists.txt
@@ -41,7 +41,6 @@ ELSE()
${CMAKE_SOURCE_DIR}/storage/spider/scripts/install_spider.sql
DESTINATION ${INSTALL_MYSQLSHAREDIR} COMPONENT Server
)
- SET(SPIDER_DEB_FILES "usr/lib/mysql/plugin/ha_spider.so usr/share/mysql/install_spider.sql" PARENT_SCOPE)
MYSQL_ADD_PLUGIN(spider ${SPIDER_SOURCES} STORAGE_ENGINE MODULE_ONLY MODULE_OUTPUT_NAME "ha_spider")
ENDIF()