Skip to content

Commit

Permalink
Scripts: WITH_INNOBASE_STORAGE_ENGINE fix 2 (590af2a)
Browse files Browse the repository at this point in the history
  • Loading branch information
midenok committed May 5, 2017
1 parent 8750745 commit 7deb6cb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -364,12 +364,11 @@ IF(WITH_UNIT_TESTS)
ENDIF()

IF(WITH_INNOBASE_STORAGE_ENGINE)
SET(WITH_XTRADB_STORAGE_ENGINE OFF)
IF(PLUGIN_XTRADB STREQUAL STATIC)
SET(PLUGIN_XTRADB DYNAMIC)
ENDIF()
SET(PLUGIN_INNOBASE STATIC CACHE STRING "" FORCE)
SET(PLUGIN_XTRADB DYNAMIC CACHE STRING "" FORCE)
ELSE()
SET(WITH_XTRADB_STORAGE_ENGINE ON)
SET(PLUGIN_INNOBASE DYNAMIC CACHE STRING "" FORCE)
SET(PLUGIN_XTRADB STATIC CACHE STRING "" FORCE)
ENDIF()

SET (MYSQLD_STATIC_PLUGIN_LIBS "" CACHE INTERNAL "")
Expand Down

0 comments on commit 7deb6cb

Please sign in to comment.