Commit 64480bbe authored by Rich Prohaska's avatar Rich Prohaska

DB-802 make.mysql.bash should extract and use the tokudb version as the git...

DB-802 make.mysql.bash should extract and use the tokudb version as the git tag.  there was a broken RE
parent e7f48475
......@@ -163,7 +163,7 @@ function parse_mysqlbuild() {
fi
# set tag or HEAD
if [[ $temp_tokudb_version =~ ^([0-9]+)\\.([0-9]+)\\.([0-9]+) ]] ; then
if [[ $temp_tokudb_version =~ ^([0-9]+)\.([0-9]+)\.([0-9]+) ]] ; then
git_tag=tokudb-$temp_tokudb_version
else
git_tag=HEAD
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment