Commit 6b86de12 authored by Sergei Golubchik's avatar Sergei Golubchik

mdev-176 feedback plugin is linked dynamically in bintar

parent 6dd2faab
...@@ -65,7 +65,8 @@ IF(FEATURE_SET) ...@@ -65,7 +65,8 @@ IF(FEATURE_SET)
IF(num GREATER FEATURE_SET_small) IF(num GREATER FEATURE_SET_small)
SET(WITH_ARCHIVE_STORAGE_ENGINE ON) SET(WITH_ARCHIVE_STORAGE_ENGINE ON)
SET(WITH_BLACKHOLE_STORAGE_ENGINE ON) SET(WITH_BLACKHOLE_STORAGE_ENGINE ON)
SET(WITH_FEDERATED_STORAGE_ENGINE ON) SET(WITH_FEDERATEDX_STORAGE_ENGINE ON)
SET(WITH_PLUGIN_FEEDBACK ON)
ENDIF() ENDIF()
IF(num GREATER FEATURE_SET_classic) IF(num GREATER FEATURE_SET_classic)
SET(WITH_INNOBASE_STORAGE_ENGINE ON) SET(WITH_INNOBASE_STORAGE_ENGINE ON)
...@@ -97,7 +98,7 @@ SET(WITH_SSL bundled CACHE STRING "") ...@@ -97,7 +98,7 @@ SET(WITH_SSL bundled CACHE STRING "")
SET(WITH_ZLIB bundled CACHE STRING "") SET(WITH_ZLIB bundled CACHE STRING "")
IF(NOT COMPILATION_COMMENT) IF(NOT COMPILATION_COMMENT)
SET(COMPILATION_COMMENT "MySQL Community Server (GPL)") SET(COMPILATION_COMMENT "MariaDB Server")
ENDIF() ENDIF()
IF(WIN32) IF(WIN32)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment