diff options
author | Rich Prohaska <prohaska@tokutek.com> | 2013-05-24 10:59:07 -0400 |
---|---|---|
committer | Rich Prohaska <prohaska@tokutek.com> | 2013-05-24 10:59:07 -0400 |
commit | f00fd4ca5a00478db6cd1f32ec69bd851f3de02c (patch) | |
tree | b133b927f369ee49e2253b5f832e4fb633bc10ea /scripts | |
parent | f239e32078a0ebef395b1348d1b20b17263e986a (diff) | |
download | mariadb-git-f00fd4ca5a00478db6cd1f32ec69bd851f3de02c.tar.gz |
dump out tree ids in make.mysql.bash usage
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make.mysql.bash | 1 |
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" |