lp://staging/~percona-dev/percona-xtrabackup/ib_extralsn
- Get this branch:
- bzr branch lp://staging/~percona-dev/percona-xtrabackup/ib_extralsn
Branch merges
- Alexey Kopytov (community): Needs Fixing
-
Diff: 239 lines (+225/-0)3 files modifiedtest/t/ib_extralsn.sh (+103/-0)
test/t/ib_lsn.sh (+103/-0)
test/t/xb_stats.sh (+19/-0)
Related bugs
Bug #680936: take an incremental backup based on a compressed backup | Medium | Fix Released |
Related blueprints
Branch information
- Owner:
- Percona developers
- Status:
- Development
Recent revisions
- 223. By Vadim Tkachenko
-
merged test for this bug lp:~percona-dev/percona-xtrabackup/ib_incremental_test
- 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 - 218. By Vadim Tkachenko
-
Added option --incremental-dir to innobackupex script
This option is directly passed to xtrabackup binary - 216. By Vadim Tkachenko
-
Bugfix #701767
Script innobackupex-1.5.1 renamed to innobackupex.
Created symlink innobackupex-1.5.1 for backupward compatibility
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)