summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRich Prohaska <prohaska@tokutek.com>2013-05-24 10:59:07 -0400
committerRich Prohaska <prohaska@tokutek.com>2013-05-24 10:59:07 -0400
commitf00fd4ca5a00478db6cd1f32ec69bd851f3de02c (patch)
treeb133b927f369ee49e2253b5f832e4fb633bc10ea /scripts
parentf239e32078a0ebef395b1348d1b20b17263e986a (diff)
downloadmariadb-git-f00fd4ca5a00478db6cd1f32ec69bd851f3de02c.tar.gz
dump out tree ids in make.mysql.bash usage
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make.mysql.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make.mysql.bash b/scripts/make.mysql.bash
index 1ac02465eb1..db5b93bd567 100755
--- a/scripts/make.mysql.bash
+++ b/scripts/make.mysql.bash
@@ -9,6 +9,7 @@ function usage() {
echo "--mysqlbuild=$mysqlbuild"
echo "--mysql=$mysql"
echo "--tokudb_version=$tokudb_version"
+ echo "--mysql_tree=$mysql_tree --ftengine_tree=$ftengine_tree --ftindex_tree=$ftindex_tree --jemalloc_tree=$jemalloc_tree --backup_tree=$backup_tree"
echo
echo "community release builds using the tokudb-7.0.1 git tag"
echo " make.mysql.bash --mysqlbuild=mysql-5.5.30-tokudb-7.0.1-linux-x86_64"