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

Proposed by Alexey Kopytov
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 768
Proposed branch: lp:~akopytov/percona-xtrabackup/bug1394632-2.1
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 15 lines (+3/-2)
1 file modified
innobackupex.pl (+3/-2)
To merge this branch: bzr merge lp:~akopytov/percona-xtrabackup/bug1394632-2.1
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+242479@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
=== modified file 'innobackupex.pl'
--- innobackupex.pl 2014-09-10 11:21:05 +0000
+++ innobackupex.pl 2014-11-21 11:44:29 +0000
@@ -1969,8 +1969,9 @@
19691969
1970 if ($have_flush_engine_logs) {1970 if ($have_flush_engine_logs) {
1971 my $now = current_time();1971 my $now = current_time();
1972 print STDERR "$now $prefix Executing FLUSH ENGINE LOGS...\n";1972 print STDERR "$now $prefix Executing FLUSH " .
1973 mysql_query(\%mysql, "FLUSH ENGINE LOGS");1973 "NO_WRITE_TO_BINLOG ENGINE LOGS...\n";
1974 mysql_query(\%mysql, "FLUSH NO_WRITE_TO_BINLOG ENGINE LOGS");
1974 }1975 }
19751976
1976 # resume XtraBackup and wait till it has finished1977 # resume XtraBackup and wait till it has finished

Subscribers

People subscribed via source and target branches

to all changes: