Skip to content

Commit

Permalink
MDEV-12591 MariaDB embedded server refuses start with innodb_plugin
Browse files Browse the repository at this point in the history
innodb calls sd_notify(), it must be linked with libsystemd
  • Loading branch information
vuvova committed Apr 27, 2017
1 parent 1b27c25 commit 6935d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/innobase/CMakeLists.txt
Expand Up @@ -512,5 +512,5 @@ ENDIF()
MYSQL_ADD_PLUGIN(innobase ${INNOBASE_SOURCES} STORAGE_ENGINE
MODULE_ONLY
MODULE_OUTPUT_NAME ha_innodb
LINK_LIBRARIES ${ZLIB_LIBRARY} ${LINKER_SCRIPT})
LINK_LIBRARIES ${ZLIB_LIBRARY} ${LIBSYSTEMD} ${LINKER_SCRIPT})

0 comments on commit 6935d66

Please sign in to comment.