Commit 3ee790ff authored by Rich Prohaska's avatar Rich Prohaska

Tokutek/mariadb#10 Tokutek/ft-engine#79 set the tokudb_version variable

parent ba315739
......@@ -209,6 +209,8 @@ 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment