lp:~hrvojem/percona-xtrabackup/rn-2.3.0-alpha1-2.2

Created by Hrvoje Matijakovic and last modified
Get this branch:
bzr branch lp:~hrvojem/percona-xtrabackup/rn-2.3.0-alpha1-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

5042. By Hrvoje Matijakovic

-xbcloud documentation, 2.3.0-alpha1 release notes

5041. By Alexey Kopytov

Bug #1372679: innobackupex --slave-info doesn't handle
slave_parallel_workers>0

Changed innobackupex to fail with an error when --slave-info is used on
a multi-threaded non-GTID slave, because Exec_Master_Log_Pos cannot be
trusted for a multi-threaded slave.

5039. By Alexey Kopytov

Updated server versions in bootstrap.sh to latest releases.

5038. By Alexey Kopytov

Bug #369913: Feature Request: more verbose output during initial table
             scan

Implemented both requests from the report:

- print a diagnostic message before performing a tablespace scan, which
  may take a long time on systems with large numbers of tablespaces

- before starting a backup/apply-log/copy-back operation in
  innobackupex, print a diagnostic message with a timestamp to make it
  easier for users to get duration of the operation.

5037. By Sergei Glushchenko

Followup fix for bug 1379905: Regressions from the fix for bug
#1375383
on 32-bit platforms

On Ubuntu Lucid 32bit hosts HAVE_ATOMIC_BUILTINS is defined but
MONITOR_ATOMIC_INC is an alias for MONITOR_MUTEX_INC.

Using atomic operations on 64-bit values such as monitor values
requires HAVE_ATOMIC_BUILTINS_64 to be defined or both
HAVE_ATOMIC_BUILTINS defined and UNIV_WORD_SIZE set to 8.

5036. By Sergei Glushchenko

Bug 1379905: Regressions from the fix for bug #1375383 on 32-bit platforms

mutex_enter/mutex_exit changed between MySQL 5.6 and MySQL 5.7. This
code path was not tested on systems where atomic built-ins are present.

5034. By Alexey Kopytov

Bug #664128: xtrabackup does not support "--loose-" options

Added support for all option modifiers supported by upstream MySQL:

skip, disable, enable, maximum, loose.

Percona Server supports some additional arguments, but those are
rarely used especially for InnoDB variables.

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.