Skip to content
Permalink
Browse files
fix compilation -DWITH_PERFSCHEMA=NO
tokudb apparently requires perfschema now
  • Loading branch information
vuvova committed Feb 21, 2018
1 parent 18455ec commit 5035971
Showing 1 changed file with 2 additions and 0 deletions.
@@ -4,6 +4,8 @@ IF(CMAKE_VERSION VERSION_LESS "2.8.9")
MESSAGE(STATUS "CMake 2.8.9 or higher is required by TokuDB")
ELSEIF(NOT HAVE_DLOPEN)
MESSAGE(STATUS "dlopen is required by TokuDB")
ELSEIF(NOT TARGET perfschema)
MESSAGE(STATUS "Performance Schema is required by TokuDB")
ELSEIF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" OR
CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64")
# tokudb requires F_NOCACHE or O_DIRECT, and designated initializers

0 comments on commit 5035971

Please sign in to comment.