Skip to content

Commit

Permalink
disable Cassandra engine by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Jun 4, 2020
1 parent 2fcff31 commit 70ab43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/cassandra/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ LINK_DIRECTORIES(${LINK_DIR})

IF(CASSANDRASE_OK)
MYSQL_ADD_PLUGIN(cassandra ${cassandra_sources} STORAGE_ENGINE
MODULE_ONLY LINK_LIBRARIES thrift COMPONENT cassandra-engine)
MODULE_ONLY LINK_LIBRARIES thrift COMPONENT cassandra-engine DISABLED)
ENDIF(CASSANDRASE_OK)

0 comments on commit 70ab43b

Please sign in to comment.