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

Merge commit 'tokudb-engine/tokudb-7.5.6' into 5.5

This commit is contained in:
Sergei Golubchik
2015-04-27 16:19:54 +02:00
13 changed files with 230 additions and 69 deletions

View File

@@ -62,7 +62,7 @@ tokudbengine=tokudb-engine
tokudbengine_tree=master
ftindex=ft-index
ftindex_tree=master
backup=backup-community
backup=tokudb-backup-plugin
backup_tree=master
cc=gcc
cxx=g++
@@ -119,9 +119,9 @@ if [ $? != 0 ] ; then exit 1; fi
ln -s ../../$tokudbengine/storage/tokudb tokudb
if [ $? != 0 ] ; then exit 1; fi
popd
pushd $mysql_tree
pushd $mysql_tree/plugin
if [ $? != 0 ] ; then exit 1; fi
ln -s ../$backup/backup toku_backup
ln -s ../../$backup $backup
if [ $? != 0 ] ; then exit 1; fi
popd
pushd $mysql_tree/scripts