Merge lp:~akopytov/percona-xtrabackup/bug1003518-2.0 into lp:percona-xtrabackup/2.0

Proposed by Alexey Kopytov
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 434
Proposed branch: lp:~akopytov/percona-xtrabackup/bug1003518-2.0
Merge into: lp:percona-xtrabackup/2.0
Diff against target: 13 lines (+3/-0)
1 file modified
innobackupex (+3/-0)
To merge this branch: bzr merge lp:~akopytov/percona-xtrabackup/bug1003518-2.0
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+107166@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote :
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'innobackupex'
2--- innobackupex 2012-05-22 14:54:43 +0000
3+++ innobackupex 2012-05-24 07:32:21 +0000
4@@ -40,6 +40,9 @@
5 # force flush after every write and print
6 $| = 1;
7
8+# disable nlink count optimization, see File::Find documentation for details
9+$File::Find::dont_use_nlink=1;
10+
11 ######################################################################
12 # modifiable parameters
13 ######################################################################

Subscribers

People subscribed via source and target branches