Merge lp:~akopytov/percona-xtrabackup/bug907147-1.7 into lp:percona-xtrabackup/2.0

Proposed by Alexey Kopytov
Status: Merged
Approved by: Stewart Smith
Approved revision: no longer in the source branch.
Merged at revision: 360
Proposed branch: lp:~akopytov/percona-xtrabackup/bug907147-1.7
Merge into: lp:percona-xtrabackup/2.0
Diff against target: 31 lines (+15/-1)
2 files modified
innobackupex (+1/-1)
test/t/ib_binlog_info.sh (+14/-0)
To merge this branch: bzr merge lp:~akopytov/percona-xtrabackup/bug907147-1.7
Reviewer Review Type Date Requested Status
Stewart Smith (community) Approve
Review via email: mp+86496@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote :
Revision history for this message
Stewart Smith (stewart) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'innobackupex'
--- innobackupex 2011-12-17 03:23:36 +0000
+++ innobackupex 2011-12-21 06:02:27 +0000
@@ -1179,7 +1179,7 @@
1179 # get "show master status" output lines (2) from mysql output1179 # get "show master status" output lines (2) from mysql output
1180 file_to_array($mysql_stdout, \@lines);1180 file_to_array($mysql_stdout, \@lines);
1181 foreach my $line (@lines) {1181 foreach my $line (@lines) {
1182 if ($line =~ m/innobackup hello/) {1182 if ($line =~ m/xtrabackup ping/) {
1183 # this is a hello message, ignore it1183 # this is a hello message, ignore it
1184 } else {1184 } else {
1185 # this is output line from "show master status"1185 # this is output line from "show master status"
11861186
=== added file 'test/t/ib_binlog_info.sh'
--- test/t/ib_binlog_info.sh 1970-01-01 00:00:00 +0000
+++ test/t/ib_binlog_info.sh 2011-12-21 06:02:27 +0000
@@ -0,0 +1,14 @@
1##########################################################################
2# Bug #907147: 1.6.4-313 loses master log info #
3##########################################################################
4
5. inc/common.sh
6
7init
8run_mysqld
9load_sakila
10
11innobackupex --no-timestamp $topdir/backup
12
13run_cmd_expect_failure grep "xtrabackup ping" \
14 $topdir/backup/xtrabackup_binlog_info

Subscribers

People subscribed via source and target branches