Merge lp:~akopytov/percona-xtrabackup/bug1162765-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: 526
Proposed branch: lp:~akopytov/percona-xtrabackup/bug1162765-2.0
Merge into: lp:percona-xtrabackup/2.0
Diff against target: 14 lines (+0/-4)
1 file modified
src/xtrabackup.cc (+0/-4)
To merge this branch: bzr merge lp:~akopytov/percona-xtrabackup/bug1162765-2.0
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Registry Administrators Pending
Review via email: mp+156395@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

(we ought to have "no review required" rule for MPs like this)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/xtrabackup.cc'
--- src/xtrabackup.cc 2013-03-19 12:33:57 +0000
+++ src/xtrabackup.cc 2013-04-01 19:32:24 +0000
@@ -5129,10 +5129,6 @@
5129 srv_unix_file_flush_method = SRV_UNIX_ALL_O_DIRECT;5129 srv_unix_file_flush_method = SRV_UNIX_ALL_O_DIRECT;
5130 msg("xtrabackup: using ALL_O_DIRECT\n");5130 msg("xtrabackup: using ALL_O_DIRECT\n");
5131#endif5131#endif
5132#ifdef XTRADB_BASED
5133 } else if (0 == ut_strcmp(srv_file_flush_method_str, "ALL_O_DIRECT")) {
5134 srv_unix_file_flush_method = SRV_UNIX_ALL_O_DIRECT;
5135#endif
5136 } else {5132 } else {
5137 msg("xtrabackup: Unrecognized value %s for "5133 msg("xtrabackup: Unrecognized value %s for "
5138 "innodb_flush_method\n", srv_file_flush_method_str);5134 "innodb_flush_method\n", srv_file_flush_method_str);

Subscribers

People subscribed via source and target branches