summaryrefslogtreecommitdiff
path: root/storage/cassandra
diff options
context:
space:
mode:
authorunknown <sanja@askmonty.org>2013-01-10 00:07:44 +0200
committerunknown <sanja@askmonty.org>2013-01-10 00:07:44 +0200
commit363436ede1abb1afcb679db351991b9bbe9ad70b (patch)
tree7a6c291493603a59771ec23820e1cb753e161d93 /storage/cassandra
parentd27d9d76a8c13f339b6789c02d3e6eb71bdbf497 (diff)
downloadmariadb-git-363436ede1abb1afcb679db351991b9bbe9ad70b.tar.gz
Make cassandra module and do not load it by default.
Diffstat (limited to 'storage/cassandra')
-rw-r--r--storage/cassandra/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/cassandra/CMakeLists.txt b/storage/cassandra/CMakeLists.txt
index 7852177b9b3..5db15542443 100644
--- a/storage/cassandra/CMakeLists.txt
+++ b/storage/cassandra/CMakeLists.txt
@@ -22,5 +22,5 @@ STRING(REPLACE "-fno-exceptions" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
STRING(REPLACE "-fno-implicit-templates" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
#LINK_DIRECTORIES(/home/psergey/cassandra/thrift/lib)
-MYSQL_ADD_PLUGIN(cassandra ${cassandra_sources} STORAGE_ENGINE LINK_LIBRARIES thrift)
+MYSQL_ADD_PLUGIN(cassandra ${cassandra_sources} STORAGE_ENGINE MODULE_ONLY LINK_LIBRARIES thrift)
# was: STORAGE_ENGINE MANDATORY