lp:~hrvojem/percona-xtrabackup/rn-2.2.5-2.2

Created by Hrvoje Matijakovic and last modified
Get this branch:
bzr branch lp:~hrvojem/percona-xtrabackup/rn-2.2.5-2.2
Only Hrvoje Matijakovic can upload to this branch. If you are Hrvoje Matijakovic please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

5029. By Hrvoje Matijakovic

Release notes for Percona XtraBackup 2.2.5

5028. By Alexey Kopytov

Empty merge from 2.1.

5026. By Alexey Kopytov

Automerge from 2.1.

5024. By Alexey Kopytov

Bug #1373429: The xtrabackup binary should recognize the --core-file
              option

Added the --core-file option to xtrabackup.cc. When specified, set the
TEST_CORE_ON_SIGNAL flag in test_flags, so my_write_core() is called by
handle_fatal_signal().

5023. By Alexey Kopytov

Bug #1265070: Failing assertion: table->n_ref_count > 0 ||
              !table->can_be_evicted in file lock0lock.cc line 4083

Fixed a debug-only assertion by correcting table reference counting in
xb_rebuild_indexes_thread_func().

5022. By Alexey Kopytov

Bug #766305: Use MySQL Code to get stack trace

Implemented the following to reuse MySQL stacktrace dump code:

- set up handle_fatal_signal() as a signal handler for certain signals
in xtrabackup.cc::main().

- handle_fatal_signal() has been modified to avoid
dumping some server-specific information.

- the hidden visibility attribute in UNIV_INTERN symbols does not make
any sense for XtraBackup, but prevents fully resolved stacktraces on
Linux, so it has been removed.

- backtrace_symbols() requires passing -export-dynamic to the linker on
Linux, so the corresponding property has been added for the xtrabackup
CMake target.

- fixed cxxabi.h detection in configure.cmake to make symbol demangling
possible.

5021. By Alexey Kopytov

Bug #1213778: --incremental-lsn without --incremental does not return an
              error.

Fixed innobackupex.pl to fail with an error when one of the following
options is used without --incremental:

--incremental-lsn
--incremental-basedir
--incremental-history-name
--incremental-history-uuid

5020. By Alexey Kopytov

Bug #1371441: No tests for --incremental-lsn

Added basic regression tests for --incremental-lsn.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:percona-xtrabackup/2.2
This branch contains Public information 
Everyone can see this information.