~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
..
incremental_sample-db 202.2.6 13 years ago Valentine Gostev Added function for loading sample databases Diff
sakila-db 134.1.1 14 years ago Aleksandr Kuzminsky Added the XtraBackup test framework Diff
bug723097.sql 261 13 years ago Alexey Kopytov Various cleanups in the XtraBackup test suite: * 160 bytes Diff Download File
common.sh 628 10 years ago Alexey Kopytov Manual merge from lp:~raghavendra-prabhu/percona-x 16.4 KB Diff Download File
ib_incremental_common.sh 534.7.1 11 years ago Laurynas Biveinis Implement bitmap-based incremental backups. Bluepr 3.6 KB Diff Download File
ib_part.sh 571 11 years ago Alexey Kopytov Empty merge from 2.0. 2 KB Diff Download File
ib_stream_common.sh 440.1.1 11 years ago Ignacio Nin Merge lintian fixes from 2.0 1.4 KB Diff Download File
xb_local.sh 516.1.1 11 years ago George O. Lorch III Introducing xtrabackup with encryption. Encryptio 1.4 KB Diff Download File