mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ function parse_mysqlbuild() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# set tag or HEAD
|
# 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
|
git_tag=tokudb-$temp_tokudb_version
|
||||||
else
|
else
|
||||||
git_tag=HEAD
|
git_tag=HEAD
|
||||||
|
|
Loading…
Add table
Reference in a new issue