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

Proposed by Alexey Kopytov
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 5044
Proposed branch: lp:~akopytov/percona-xtrabackup/bug1394632-2.3
Merge into: lp:percona-xtrabackup/2.3
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.3
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+242482@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 'storage/innobase/xtrabackup/innobackupex.pl'
--- storage/innobase/xtrabackup/innobackupex.pl 2014-10-27 13:07:48 +0000
+++ storage/innobase/xtrabackup/innobackupex.pl 2014-11-21 11:45:57 +0000
@@ -2019,8 +2019,9 @@
20192019
2020 if ($have_flush_engine_logs) {2020 if ($have_flush_engine_logs) {
2021 my $now = current_time();2021 my $now = current_time();
2022 print STDERR "$now $prefix Executing FLUSH ENGINE LOGS...\n";2022 print STDERR "$now $prefix Executing FLUSH " .
2023 mysql_query(\%mysql, "FLUSH ENGINE LOGS");2023 "NO_WRITE_TO_BINLOG ENGINE LOGS...\n";
2024 mysql_query(\%mysql, "FLUSH NO_WRITE_TO_BINLOG ENGINE LOGS");
2024 }2025 }
20252026
2026 # resume XtraBackup and wait till it has finished2027 # resume XtraBackup and wait till it has finished

Subscribers

People subscribed via source and target branches

to all changes: