summaryrefslogtreecommitdiff
path: root/storage/tokudb
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-02-22 08:39:24 +0100
committerSergei Golubchik <serg@mariadb.org>2018-02-22 08:39:24 +0100
commit2daa00580096fc825dadcab7f04cfd5a8069927f (patch)
treefb6d7187b0289ad6ae95f60aa193bb39d25e46f8 /storage/tokudb
parentdb0484f355dae8d3a4e4aab731522521e8ff976e (diff)
parent5d8ac1ece1687278cbc860e97eae9c7cc163ee73 (diff)
downloadmariadb-git-2daa00580096fc825dadcab7f04cfd5a8069927f.tar.gz
Merge branch '10.1' into 10.2
Diffstat (limited to 'storage/tokudb')
-rw-r--r--storage/tokudb/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/tokudb/CMakeLists.txt b/storage/tokudb/CMakeLists.txt
index 702b2eaa2dd..aa5949b4860 100644
--- a/storage/tokudb/CMakeLists.txt
+++ b/storage/tokudb/CMakeLists.txt
@@ -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