Skip to content

Commit

Permalink
MDEV-16200: -DPLUGIN_ROCKSDB=YES leads to errors during build
Browse files Browse the repository at this point in the history
Mark the plugin as dynamic-only.
  • Loading branch information
spetrunia committed May 18, 2018
1 parent 727d0d4 commit 06aaaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/rocksdb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ SET(ROCKSDB_SE_SOURCES
#ADD_DEFINITIONS(-DROCKSDB_PLATFORM_POSIX -DROCKSDB_LIB_IO_POSIX
#)

MYSQL_ADD_PLUGIN(rocksdb ${ROCKSDB_SE_SOURCES} STORAGE_ENGINE
MYSQL_ADD_PLUGIN(rocksdb ${ROCKSDB_SE_SOURCES} MODULE_ONLY STORAGE_ENGINE
MODULE_OUTPUT_NAME ha_rocksdb
COMPONENT rocksdb-engine)

Expand Down

0 comments on commit 06aaaef

Please sign in to comment.