Merge lp:~laurynas-biveinis/percona-server/bug1214735-5.6 into lp:percona-server/5.6

Proposed by Laurynas Biveinis
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 413
Proposed branch: lp:~laurynas-biveinis/percona-server/bug1214735-5.6
Merge into: lp:percona-server/5.6
Diff against target: 12 lines (+1/-1)
1 file modified
Percona-Server/storage/innobase/os/os0file.cc (+1/-1)
To merge this branch: bzr merge lp:~laurynas-biveinis/percona-server/bug1214735-5.6
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+181339@code.launchpad.net

Description of the change

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 'Percona-Server/storage/innobase/os/os0file.cc'
2--- Percona-Server/storage/innobase/os/os0file.cc 2013-08-14 03:57:21 +0000
3+++ Percona-Server/storage/innobase/os/os0file.cc 2013-08-21 15:48:02 +0000
4@@ -1833,7 +1833,7 @@
5 #endif /* USE_FILE_LOCK */
6
7 if (srv_use_atomic_writes && type == OS_DATA_FILE
8- && os_file_set_atomic_writes(name, file)) {
9+ && !os_file_set_atomic_writes(name, file)) {
10
11 *success = FALSE;
12 close(file);

Subscribers

People subscribed via source and target branches