build tokudb debug env with backup plugin

This commit is contained in:
Rik Prohaska 2015-02-07 17:11:49 -05:00
parent a06c7d6a2a
commit e28727b562

View File

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