mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
#199 rename repo mysql56 to mysql-5.6
This commit is contained in:
parent
d4962b93aa
commit
16bf5686e0
1 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ function parse_mysqlbuild() {
|
|||
fi
|
||||
mysql_repo=$mysql_distro
|
||||
# 5.6 is in another repo
|
||||
if [[ $mysql_distro = mysql && $mysql_version =~ ^5.6 ]] ; then mysql_repo=mysql56; fi
|
||||
if [[ $mysql_distro = mysql && $mysql_version =~ ^5.6 ]] ; then mysql_repo=mysql-5.6; fi
|
||||
else
|
||||
exitcode=1
|
||||
fi
|
||||
|
@ -176,7 +176,7 @@ function parse_mysql() {
|
|||
mysql_distro=${BASH_REMATCH[1]}
|
||||
mysql_version=${BASH_REMATCH[2]}
|
||||
mysql_repo=$mysql_distro
|
||||
if [[ $mysql_distro = mysql && $mysql_version =~ ^5.6 ]] ; then mysql_repo=mysql56; fi
|
||||
if [[ $mysql_distro = mysql && $mysql_version =~ ^5.6 ]] ; then mysql_repo=mysql-5.6; fi
|
||||
exitcode=0
|
||||
else
|
||||
exitcode=1
|
||||
|
|
Loading…
Add table
Reference in a new issue