Merge lp:~akopytov/percona-xtrabackup/bug1172016 into lp:percona-xtrabackup/2.1

Proposed by Alexey Kopytov
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 556
Proposed branch: lp:~akopytov/percona-xtrabackup/bug1172016
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 11 lines (+1/-1)
1 file modified
src/ds_tmpfile.c (+1/-1)
To merge this branch: bzr merge lp:~akopytov/percona-xtrabackup/bug1172016
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Registry Administrators Pending
Review via email: mp+160718@code.launchpad.net
To post a comment you must log in.
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 'src/ds_tmpfile.c'
2--- src/ds_tmpfile.c 2013-02-20 10:20:00 +0000
3+++ src/ds_tmpfile.c 2013-04-24 17:32:28 +0000
4@@ -104,7 +104,7 @@
5 /* On Windows, open files cannot be removed, but files can be
6 created with the O_TEMPORARY flag to the same effect
7 ("delete on close"). */
8- unlink(path);
9+ unlink(tmp_path);
10 }
11 #endif /* !__WIN__ */
12

Subscribers

People subscribed via source and target branches

to all changes: