diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-01-23 00:12:36 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-01-23 00:12:36 +0200 |
commit | c1ec3bb3d017b5662a332adf843d2bc23f326279 (patch) | |
tree | 46b6019ef46fe361a937db3b75ea539c84bab1c7 | |
parent | 6e449d1ef0c79864d150090505d5b4e555ae6ab6 (diff) | |
download | mariadb-git-bb-10.0-vicentiu-test-no-tokudb.tar.gz |
Skip tokudb on purpose. See if tests failbb-10.0-vicentiu-test-no-tokudb
-rw-r--r-- | storage/tokudb/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/tokudb/CMakeLists.txt b/storage/tokudb/CMakeLists.txt index 708eb55ac54..140227d0ad0 100644 --- a/storage/tokudb/CMakeLists.txt +++ b/storage/tokudb/CMakeLists.txt @@ -2,7 +2,7 @@ SET(TOKUDB_VERSION 5.6.37-82.2) # PerconaFT only supports x86-64 and cmake-2.8.9+ IF(CMAKE_VERSION VERSION_LESS "2.8.9") MESSAGE(STATUS "CMake 2.8.9 or higher is required by TokuDB") -ELSEIF(NOT HAVE_DLOPEN) +ELSEIF(NOT HAVE_DLSYM) MESSAGE(STATUS "dlopen is required by TokuDB") ELSEIF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" OR CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64") |