1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-24 14:48:09 +03:00

merge with ft-engine and ft-index up to tag:tokudb-7.1.0

This commit is contained in:
Sergei Golubchik
2013-11-19 15:35:31 +01:00
1089 changed files with 77678 additions and 53623 deletions

View File

@@ -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