lp://staging/~gl-az/percona-xtrabackup/2.1-valgrind
- Get this branch:
- bzr branch lp://staging/~gl-az/percona-xtrabackup/2.1-valgrind
Branch merges
- Alexey Kopytov (community): Needs Fixing
-
Diff: 198 lines (+97/-67)1 file modifiedutils/build.sh (+97/-67)
Branch information
- Owner:
- George Ormond Lorch III
- Status:
- Development
Recent revisions
- 629. By George Ormond Lorch III
-
Added new environment variables to control build:
MAKE_ONLY - Set this to 1 to only re 'make' the server and xtrabackup. Nothing will be downloaded, unpacked or patched. This is not advised if any compiler or other flags are being changed from previous builds.
RELWITHDEBINFO - Set this to 1 to eliminate optimizations by changing C/CXXFLAGS to -g -O0 and pass CMAKE_BUILD_TYPE=RelWithDeb Info to PS or MySQL 5.5+ cmake.
WITH_VALGRIND - Set this to 1 to perform Valgrind compatible build. Eliminates optimizations just like RELWITHDEBINFO and also passes WITH_VALGRIND=ON to PS or MySQL 5.5+ cmake.
Added innobackupex option --use-valgrind which will prefix backup and apply-log calls to xtrabackup with "valgrind".
The valgrind binary must be within path and valgrind options may be set by either using the ~/.valgrindrc file or setting the environment variable VALGRIND_OPTS. - 622. By Alexey Kopytov
-
Bug #1198220: xtrabackup typo: Temporary instance for recovery is set as
followings Corrected language in the mentioned messages.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/percona-xtrabackup/2.1