~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
..
disabled 232.1.1 13 years ago Valentine Gostev Moved ib_include.sh test from primary suite to dis Diff
experimental 226.1.1 13 years ago Valentine Gostev Added experimental test for bug 713799 Diff
inc 134.1.1 13 years ago Aleksandr Kuzminsky Added the XtraBackup test framework Diff
kewpie 391.10.1 12 years ago Patrick Crews Re-integrate kewpie into xtrabackup. New location Diff
python 242.2.6 12 years ago Stewart Smith add subunit and subunit2junitxml support Diff
t 134.1.1 13 years ago Aleksandr Kuzminsky Added the XtraBackup test framework Diff
File bootstrap.sh 533 11 years ago Alexey Kopytov Manual merge from 2.0. 3.8 KB Diff Download File
File run.sh 619.1.1 10 years ago Alexey Kopytov Manul merge from 2.0. 23.4 KB Diff Download File
subunit.sh 391.140.1 10 years ago Alexey Kopytov Various test suite cleanups: * Re-implemented t 1.9 KB Diff Download File
File subunit2junitxml 242.2.6 12 years ago Stewart Smith add subunit and subunit2junitxml support 2.2 KB Diff Download File