mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
fix compilation -DWITH_PERFSCHEMA=NO
tokudb apparently requires perfschema now
This commit is contained in:
parent
18455ec3f1
commit
50359719f0
1 changed files 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue