~gl-az/percona-xtrabackup/2.1-valgrind

  • Committer: George Lorch
  • Date: 2013-07-12 19:41:46 UTC
  • Revision ID: gl_az@yahoo.com-20130712194146-oznre5s6qqhvd33y
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=RelWithDebInfo 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.
Filename Latest Rev Last Changed Committer Comment Size
..
iso8601 242.2.6 13 years ago Stewart Smith add subunit and subunit2junitxml support Diff
junitxml 242.2.6 13 years ago Stewart Smith add subunit and subunit2junitxml support Diff
subunit 242.2.6 13 years ago Stewart Smith add subunit and subunit2junitxml support Diff
testtools 242.2.6 13 years ago Stewart Smith add subunit and subunit2junitxml support Diff
BytesIO.py 242.2.6 13 years ago Stewart Smith add subunit and subunit2junitxml support 3.7 KB Diff Download File