lp:~percona-dev/percona-xtrabackup/added_custom_version

Created by Valentine Gostev and last modified
Get this branch:
bzr branch lp:~percona-dev/percona-xtrabackup/added_custom_version
Members of Percona developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

228. By Valentine Gostev

Added support for custom server builds

227. By Valentine Gostev

Added test for 713799, added suite support

226. By Alexey Kopytov

Addendum to the patch for bug #606981.

Enclose the value of innodb_flush_method in double quotes when printing
out the configuration with --print-param. Otherwise innobackupex gets
confused when parsing the output and terminates with an error.

225. By Alexey Kopytov

Automerge from trunk.

224. By Alexey Kopytov

Bug #606981: linux + o_direct + stream backup = broken?

Streaming InnoDB files with tar4ibd could lead to filesystem hangs when
InnoDB was configured to access data files with the O_DIRECT flag. The
reason was that tar4ibd did not have support for O_DIRECT and
simultaneous O_DIRECT + non-O_DIRECT access to a file on Linux is
disallowed.

Fixed innobackupex and tar4ibd to use O_DIRECT on input InnoDB files if
the value of innodb_flush_method is O_DIRECT in the InnoDB configuration.

222. By Vadim Tkachenko

Disabled auto-creating of ib_logfile* when
innobackupex called with --redo-only or with --incremental-dir.

If neccessary ib_logfile* can be created later
with xtrabackup --prepare call.

221. By Alexey Kopytov

LP bug #717784: Race condition in directory creation with parallel
                backups

Trying to check if directory exists before calling mkdir() is not safe
with multiple copying threads.

The fix is to try to create a directory without any checks instead and
then ignore the EEXIST error.

220. By Vadim Tkachenko

Bugfix #680936

Added option --extra-lsndir to innobackupex.
When specified for backup phase, option is passed to xtrabackup,
and it will store file with lsn information in specified dir.
It is needed to keep information about lsn during stream backup.

219. By Vadim Tkachenko

Added option --incremental-lsn to innobackupex script.
This option if specified directly passed to xtrabackup script.

If --incremental-lsn is specified, --incremental-basedir is ignored

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.