summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@lavabit.com>2013-10-08 15:43:33 -0400
committerBrian Evans <grknight@lavabit.com>2013-10-08 15:43:33 -0400
commitb08bbe303a45ba17b46ceab99eac542b166508d4 (patch)
tree7a6157dd32801b38fbd650da7726b45ada54ab79 /eclass/mysql-v2.eclass
parent[eclass] Fix missing WITH_PIC which was in autotools but not cmake when USE=s... (diff)
downloadmysql-b08bbe303a45ba17b46ceab99eac542b166508d4.tar.gz
mysql-b08bbe303a45ba17b46ceab99eac542b166508d4.tar.bz2
mysql-b08bbe303a45ba17b46ceab99eac542b166508d4.zip
Update percona tests and repo. Mask embedded for percona-server.
Diffstat (limited to 'eclass/mysql-v2.eclass')
-rw-r--r--eclass/mysql-v2.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
index 6f0b01e..b3c0676 100644
--- a/eclass/mysql-v2.eclass
+++ b/eclass/mysql-v2.eclass
@@ -146,6 +146,7 @@ if [[ -z ${SERVER_URI} ]]; then
MY_PV=$(get_version_component_range 1-3 ${PV})
PERCONA_RELEASE=$(get_version_component_range 4-5 ${PV})
PERCONA_RC=$(get_version_component_range 6 ${PV})
+ mysql_version_is_at_least "5.6" && PERCONA_RC=${PERCONA_RC:-rel}
SERVER_URI="http://www.percona.com/redir/downloads/${PERCONA_PN}-${MIRROR_PV}/${PERCONA_PN}-${MY_PV}-${PERCONA_RC}${PERCONA_RELEASE}/source/${PERCONA_PN}-${MY_PV}-${PERCONA_RC:-rel}${PERCONA_RELEASE}.tar.gz"
# http://www.percona.com/redir/downloads/Percona-Server-5.5/LATEST/source/Percona-Server-5.5.30-rel30.2.tar.gz
# http://www.percona.com/redir/downloads/Percona-Server-5.6/Percona-Server-5.6.13-rc60.5/source/Percona-Server-5.6.13-rc60.5.tar.gz