lp:~hrvojem/percona-xtrabackup/rn-2.0.1
- Get this branch:
- bzr branch lp:~hrvojem/percona-xtrabackup/rn-2.0.1
Branch merges
- Alexey Kopytov (community): Approve on 2012-06-18
-
Diff: 50 lines (+46/-0)1 file modifieddoc/source/release-notes/2.0/2.0.1.rst (+46/-0)
Branch information
- Owner:
- Hrvoje Matijakovic
- Status:
- Merged
Recent revisions
- 434. By Alexey Kopytov on 2012-05-23
-
Bug #1003518: innobackupex does not copy back table files in subfolders
from NFS mountThe problem was that File::Find does not work correctly due to a
sub-directory count optimization for some broken filesystems, in
particular, Windows filesystems. Normally, File::Find detects such
filesystems automatically and disables the optimization. However, when
such a filesystem is mounted over NFS, autodetection apparently fails.Fixed by disabling the optimization so that File::Find uses a slower
stat() method to count subdirectories. The slowdown should be negligible
for --copy-back purposes. - 432. By Stewart Smith on 2012-05-21
-
merge fix for Bug #989397: InnoDB tables which names contain *opt*, *par*, *CSV*, *MYD* and so on backed up twice
- 430. By Stewart Smith on 2012-05-21
-
merge fix for Bug #996493: innobackupex --apply-log doesn't read config from backup-my.cnf
- 429. By Stewart Smith on 2012-05-21
-
merge fix for Bug #935847: innobackupex failed to copy-back backup if destination dir is not empty (only ignore my.cnf and master.info)
- 428. By Stewart Smith on 2012-05-18
-
merge fix for Bug #996493: innobackupex --apply-log doesn't read config from backup-my.cnf
- 427. By Alexey Kopytov on 2012-05-15
-
Bug #972169: --compress in 2.0 should be incompatible with --stream=tar
Bug #999750: incremental backups should be incompatible with
--stream=tarAs the 'tar' streaming format does not support compressed and
incremental backups, made the corresponding options incompatible with
--stream=tar.
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.1