lp:~percona-core/percona-xtrabackup/release-2.0.6

Created by Stewart Smith and last modified
Get this branch:
bzr branch lp:~percona-core/percona-xtrabackup/release-2.0.6
Members of Percona core can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

523. By Ignacio Nin

Use g++ for CXX in the Percona Server builds

The Percona Server builds were being built with CXX=gcc, however this
brought problems with Percona Server 5.6 which can't be built with that
compiler.

Remove CXX=gcc from the buildscripts and use g++ by default for all
versions of Percona-Server.

522. By Ignacio Nin

Fix the binary builder so it exits if a build fails

The binary builder was failing to exit if a build failed, due to the way
bash interprets how set -e should be acted upon when a command fails. If
one of the build.sh commands failed, the others wouldn't execute, however
the tar file would be constructed anyway and the script would exit with
a successful status.

Fix this so when a build fails the directories would be erased, the tar
won't be created and the script will exit with a nonzero status.

521. By Ignacio Nin

Use g++ as the default compiler for 5.6, which won't compile with gcc
Add a CXX_56 variable to override it

Add -lssl to the 5.6 LIBS which is needed for linking certain binaries

520. By Ignacio Nin

Update version to 2.0.6

519. By <email address hidden>

Merge lp:~hrvojem/percona-xtrabackup/rn-2.0.6

518. By Alexey Kopytov

s/mariadb55/mariadb100/ in bootstrap.sh

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:percona-xtrabackup/2.1
This branch contains Public information 
Everyone can see this information.

Subscribers