Merge lp:~akopytov/percona-xtrabackup/bug1394632-2.2 into lp:percona-xtrabackup/2.2

Proposed by Alexey Kopytov
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 5045
Proposed branch: lp:~akopytov/percona-xtrabackup/bug1394632-2.2
Merge into: lp:percona-xtrabackup/2.2
Diff against target: 15 lines (+3/-2)
1 file modified
storage/innobase/xtrabackup/innobackupex.pl (+3/-2)
To merge this branch: bzr merge lp:~akopytov/percona-xtrabackup/bug1394632-2.2
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+242481@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'storage/innobase/xtrabackup/innobackupex.pl'
2--- storage/innobase/xtrabackup/innobackupex.pl 2014-10-27 13:07:48 +0000
3+++ storage/innobase/xtrabackup/innobackupex.pl 2014-11-21 11:45:16 +0000
4@@ -2019,8 +2019,9 @@
5
6 if ($have_flush_engine_logs) {
7 my $now = current_time();
8- print STDERR "$now $prefix Executing FLUSH ENGINE LOGS...\n";
9- mysql_query(\%mysql, "FLUSH ENGINE LOGS");
10+ print STDERR "$now $prefix Executing FLUSH " .
11+ "NO_WRITE_TO_BINLOG ENGINE LOGS...\n";
12+ mysql_query(\%mysql, "FLUSH NO_WRITE_TO_BINLOG ENGINE LOGS");
13 }
14
15 # resume XtraBackup and wait till it has finished

Subscribers

People subscribed via source and target branches

to all changes: