mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Add option to enable feedback plugin to the MSI installer.
This commit is contained in:
parent
08fe6cba06
commit
f1b2ecc437
2 changed files with 62 additions and 2 deletions
|
|
@ -39,6 +39,8 @@ SET(WITH_PARTITION_STORAGE_ENGINE 1 CACHE BOOL "Include partition storage engine
|
|||
SET(WITH_ARIA_STORAGE_ENGINE 1 CACHE BOOL "Include aria storage engine")
|
||||
SET(WITH_PBXT_STORAGE_ENGINE 1 CACHE BOOL "Include pbxt storage engine")
|
||||
SET(WITH_XTRADB_STORAGE_ENGINE 1 CACHE BOOL "Include xtradb storage engine")
|
||||
SET(WITH_FEEDBACK_STORAGE_ENGINE 1 CACHE FORCE BOOL "Include feedback plugin")
|
||||
|
||||
IF(WIN32)
|
||||
LINK_LIBRARIES(ws2_32)
|
||||
# This reads user configuration, generated by configure.js.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue