DB-802 make.mysql.bash should extract and use the tokudb version as the git tag. there was a broken RE
This commit is contained in:
parent
e7f48475d9
commit
64480bbe80
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user