Browse Source

dump out tree ids in make.mysql.bash usage

pull/73/head
Rich Prohaska 13 years ago
parent
commit
f00fd4ca5a
  1. 1
      scripts/make.mysql.bash

1
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"

Loading…
Cancel
Save