Skip to content
Permalink
Browse files
Prevent building WSREP without INNODB
  • Loading branch information
Sauron authored and vaintroub committed Feb 15, 2018
1 parent 743b073 commit 54e66ee
Showing 1 changed file 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)

0 comments on commit 54e66ee

Please sign in to comment.