summaryrefslogtreecommitdiff
path: root/storage/tokudb/scripts
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-11-18 17:54:00 +0100
committerSergei Golubchik <sergii@pisem.net>2014-11-18 17:54:00 +0100
commit302b50fa302589391084ce2426cd14f7a049a56d (patch)
tree6b79c0afa8e60f9d544951ab61c0d6c3ccaf4015 /storage/tokudb/scripts
parent84fc27fbef5e12cec28efd5bb0b13c207fe3b681 (diff)
parent4555904b165b91bfa88b944737da7f88f6155153 (diff)
downloadmariadb-git-302b50fa302589391084ce2426cd14f7a049a56d.tar.gz
TokuDB 7.5.3
Diffstat (limited to 'storage/tokudb/scripts')
-rwxr-xr-xstorage/tokudb/scripts/make.mysql.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/tokudb/scripts/make.mysql.bash b/storage/tokudb/scripts/make.mysql.bash
index 1bf258c5c3b..5654c1c7926 100755
--- a/storage/tokudb/scripts/make.mysql.bash
+++ b/storage/tokudb/scripts/make.mysql.bash
@@ -155,6 +155,8 @@ function generate_cmake_cmd () {
-D BUILD_CONFIG=mysql_release \
-D CMAKE_BUILD_TYPE=$cmake_build_type \
-D CMAKE_TOKUDB_REVISION=$ft_revision \
+ -D TOKUDB_VERSION=tokudb-${tokudb_version} \
+ -D WITH_JEMALLOC=bundled \
-D BUILD_TESTING=OFF \
-D USE_GTAGS=OFF \
-D USE_CTAGS=OFF \
@@ -212,8 +214,6 @@ if [ $build_tgz != 0 ] ; then
mkdir -p build.$cmake_build_type
pushd build.$cmake_build_type
- export TOKUDB_VERSION=$tokudb_version
-
# actually build
cmd=$(generate_cmake_cmd)
if [ $? != 0 ] ; then exit 1; fi