mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Prevent building WSREP without INNODB
This commit is contained in:
parent
c6e35276f1
commit
8db54f1ad5
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
|
||||
SET(WSREP_SOURCES wsrep_gtid.c wsrep_uuid.c wsrep_loader.c wsrep_dummy.c)
|
||||
|
||||
IF(NOT WITH_INNOBASE_STORAGE_ENGINE)
|
||||
MESSAGE(WARNING "WSRep is enabled, but innodb is not. This configuration is not supported")
|
||||
ENDIF()
|
||||
|
||||
ADD_CONVENIENCE_LIBRARY(wsrep ${WSREP_SOURCES})
|
||||
DTRACE_INSTRUMENT(wsrep)
|
||||
|
||||
|
|
Loading…
Reference in a new issue