~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
..
libarchive 385.1.1 12 years ago Alexey Kopytov Rebase of the parallel compression patch on new tr Diff
quicklz 385.1.1 12 years ago Alexey Kopytov Rebase of the parallel compression patch on new tr Diff
changed_page_bitmap.cc 534.7.1 11 years ago Laurynas Biveinis Implement bitmap-based incremental backups. Bluepr 28.3 KB Diff Download File
changed_page_bitmap.h 534.7.1 11 years ago Laurynas Biveinis Implement bitmap-based incremental backups. Bluepr 2.7 KB Diff Download File
common.h 488 11 years ago Laurynas Biveinis Merge C++ build support from 2.0 (https://blueprin 2.2 KB Diff Download File
compact.cc 583.4.1 10 years ago Alexey Kopytov Implementation of https://blueprints.launchpad.net 26.4 KB Diff Download File
compact.h 477.1.1 11 years ago Alexey Kopytov Compact backups implementation: https://blueprints 1.5 KB Diff Download File
datasink.c 516.1.1 11 years ago George O. Lorch III Introducing xtrabackup with encryption. Encryptio 3.1 KB Diff Download File
datasink.h 516.1.1 11 years ago George O. Lorch III Introducing xtrabackup with encryption. Encryptio 2.7 KB Diff Download File
ds_archive.c 516.1.1 11 years ago George O. Lorch III Introducing xtrabackup with encryption. Encryptio 5.9 KB Diff Download File
ds_archive.h 516.1.1 11 years ago George O. Lorch III Introducing xtrabackup with encryption. Encryptio 931 bytes Diff Download File
ds_buffer.c 488 11 years ago Laurynas Biveinis Merge C++ build support from 2.0 (https://blueprin 4.4 KB Diff Download File
ds_buffer.h 488 11 years ago Laurynas Biveinis Merge C++ build support from 2.0 (https://blueprin 1 KB Diff Download File
ds_compress.c 516.1.1 11 years ago George O. Lorch III Introducing xtrabackup with encryption. Encryptio 10.7 KB Diff Download File
ds_compress.h 488 11 years ago Laurynas Biveinis Merge C++ build support from 2.0 (https://blueprin 936 bytes Diff Download File
ds_encrypt.c 522.6.1 11 years ago Laurynas Biveinis Merge build against MySQL 5.6 support from 2.0. A 14 KB Diff Download File
ds_encrypt.h 516.1.1 11 years ago George O. Lorch III Introducing xtrabackup with encryption. Encryptio 932 bytes Diff Download File
ds_local.c 488 11 years ago Laurynas Biveinis Merge C++ build support from 2.0 (https://blueprin 3.2 KB Diff Download File
ds_local.h 472 11 years ago Alexey Kopytov s/Percona Inc/Percona Ireland Ltd/g 930 bytes Diff Download File
ds_stdout.c 516.1.1 11 years ago George O. Lorch III Introducing xtrabackup with encryption. Encryptio 2.6 KB Diff Download File
ds_stdout.h 516.1.1 11 years ago George O. Lorch III Introducing xtrabackup with encryption. Encryptio 933 bytes Diff Download File
ds_tmpfile.c 556 11 years ago Alexey Kopytov Bug #1172016: xtrabackup leaves xbtemp temp files 6.2 KB Diff Download File
ds_tmpfile.h 488 11 years ago Laurynas Biveinis Merge C++ build support from 2.0 (https://blueprin 965 bytes Diff Download File
ds_xbstream.c 516.1.1 11 years ago George O. Lorch III Introducing xtrabackup with encryption. Encryptio 4.7 KB Diff Download File
ds_xbstream.h 516.1.1 11 years ago George O. Lorch III Introducing xtrabackup with encryption. Encryptio 934 bytes Diff Download File
fil_cur.cc 595.1.1 10 years ago Alexey Kopytov Very manual merge from 2.0. 10 KB Diff Download File
fil_cur.h 595.1.1 10 years ago Alexey Kopytov Very manual merge from 2.0. 3.8 KB Diff Download File
innodb_int.cc 564 11 years ago Alexey Kopytov Manual merge of lp:~sergei.glushchenko/percona-xtr 28.5 KB Diff Download File
innodb_int.h 587.1.1 10 years ago Alexey Kopytov Manual merge from 2.0. 37 KB Diff Download File
Makefile 603.2.9 10 years ago Ignacio Nin Fix a typo in the Makefile Fix a typo in the Make 9.4 KB Diff Download File
read_filt.cc 534.7.1 11 years ago Laurynas Biveinis Implement bitmap-based incremental backups. Bluepr 6.1 KB Diff Download File
read_filt.h 534.7.1 11 years ago Laurynas Biveinis Implement bitmap-based incremental backups. Bluepr 2.1 KB Diff Download File
write_filt.cc 546.1.3 11 years ago Alexey Kopytov Manual merge from 2.0. 6.3 KB Diff Download File
write_filt.h 477.1.1 11 years ago Alexey Kopytov Compact backups implementation: https://blueprints 1.9 KB Diff Download File
xb0xb.h 488 11 years ago Laurynas Biveinis Merge C++ build support from 2.0 (https://blueprin 1.5 KB Diff Download File
xb_regex.h 391.64.6 11 years ago Alexey Kopytov s/Percona Inc/Percona Ireland Ltd/g 2 KB Diff Download File
xbcrypt.c 610.2.1 10 years ago George Lorch Fix for bug 1190610 : Decryption fails at a later 16.2 KB Diff Download File
xbcrypt.h 610.2.1 10 years ago George Lorch Fix for bug 1190610 : Decryption fails at a later 2.5 KB Diff Download File
xbcrypt_common.c 522.6.1 11 years ago Laurynas Biveinis Merge build against MySQL 5.6 support from 2.0. A 1.3 KB Diff Download File
xbcrypt_read.c 610.2.1 10 years ago George Lorch Fix for bug 1190610 : Decryption fails at a later 4.4 KB Diff Download File
xbcrypt_write.c 516.1.1 11 years ago George O. Lorch III Introducing xtrabackup with encryption. Encryptio 2.1 KB Diff Download File
xbstream.c 516.1.1 11 years ago George O. Lorch III Introducing xtrabackup with encryption. Encryptio 9.5 KB Diff Download File
xbstream.h 516.1.1 11 years ago George O. Lorch III Introducing xtrabackup with encryption. Encryptio 2.5 KB Diff Download File
xbstream_read.c 516.1.1 11 years ago George O. Lorch III Introducing xtrabackup with encryption. Encryptio 5.8 KB Diff Download File
xbstream_write.c 516.1.1 11 years ago George O. Lorch III Introducing xtrabackup with encryption. Encryptio 6.1 KB Diff Download File
xtrabackup.cc 626 10 years ago Alexey Kopytov Empty merge from 2.0. 158 KB Diff Download File
xtrabackup.h 583.4.1 10 years ago Alexey Kopytov Implementation of https://blueprints.launchpad.net 2.4 KB Diff Download File