summaryrefslogtreecommitdiff
path: root/storage/tokudb/PerconaFT
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-04-03 11:42:11 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-04-03 11:43:39 +0300
commitc8f8d5ceb7227ff825f86ea2d61dd1edd9e610b2 (patch)
treeca46d8cbae14a7bd788d87c200e2941637e92728 /storage/tokudb/PerconaFT
parent5f31f8cc87c6fc108f6089a18895466b936dfe72 (diff)
parentc6b8b05be48d7cc7a3a46063bf4dee269d7d5609 (diff)
downloadmariadb-git-c8f8d5ceb7227ff825f86ea2d61dd1edd9e610b2.tar.gz
Merge 10.3 into 10.4
Diffstat (limited to 'storage/tokudb/PerconaFT')
-rw-r--r--storage/tokudb/PerconaFT/ftcxx/tests/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/tokudb/PerconaFT/ftcxx/tests/CMakeLists.txt b/storage/tokudb/PerconaFT/ftcxx/tests/CMakeLists.txt
index 6f9146ce5b2..b4db82ffff5 100644
--- a/storage/tokudb/PerconaFT/ftcxx/tests/CMakeLists.txt
+++ b/storage/tokudb/PerconaFT/ftcxx/tests/CMakeLists.txt
@@ -2,9 +2,9 @@ include_directories(..)
include_directories(../../src)
include_directories(../../src/tests)
-find_library(JEMALLOC_STATIC_LIBRARY libjemalloc.a)
-
if (BUILD_TESTING)
+ find_library(JEMALLOC_STATIC_LIBRARY libjemalloc.a)
+
## reference implementation with simple size-doubling buffer without
## jemalloc size tricks
add_library(doubling_buffer_ftcxx STATIC