mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge remote-tracking branch '5.5' into 10.0
This commit is contained in:
commit
d833bb65d5
153 changed files with 1984 additions and 677 deletions
|
|
@ -2,6 +2,8 @@ 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)
|
||||
MESSAGE(STATUS "dlopen is required by TokuDB")
|
||||
ELSEIF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" OR
|
||||
CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64")
|
||||
CHECK_CXX_SOURCE_COMPILES(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue