diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2019-04-03 11:42:11 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2019-04-03 11:43:39 +0300 |
commit | c8f8d5ceb7227ff825f86ea2d61dd1edd9e610b2 (patch) | |
tree | ca46d8cbae14a7bd788d87c200e2941637e92728 /storage/tokudb/PerconaFT | |
parent | 5f31f8cc87c6fc108f6089a18895466b936dfe72 (diff) | |
parent | c6b8b05be48d7cc7a3a46063bf4dee269d7d5609 (diff) | |
download | mariadb-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.txt | 4 |
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 |