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
1=== modified file 'innobackupex'
2--- innobackupex 2011-12-17 03:23:36 +0000
3+++ innobackupex 2011-12-21 06:02:27 +0000
4@@ -1179,7 +1179,7 @@
5 # get "show master status" output lines (2) from mysql output
6 file_to_array($mysql_stdout, \@lines);
7 foreach my $line (@lines) {
8- if ($line =~ m/innobackup hello/) {
9+ if ($line =~ m/xtrabackup ping/) {
10 # this is a hello message, ignore it
11 } else {
12 # this is output line from "show master status"
13
14=== added file 'test/t/ib_binlog_info.sh'
15--- test/t/ib_binlog_info.sh 1970-01-01 00:00:00 +0000
16+++ test/t/ib_binlog_info.sh 2011-12-21 06:02:27 +0000
17@@ -0,0 +1,14 @@
18+##########################################################################
19+# Bug #907147: 1.6.4-313 loses master log info #
20+##########################################################################
21+
22+. inc/common.sh
23+
24+init
25+run_mysqld
26+load_sakila
27+
28+innobackupex --no-timestamp $topdir/backup
29+
30+run_cmd_expect_failure grep "xtrabackup ping" \
31+ $topdir/backup/xtrabackup_binlog_info

Subscribers

People subscribed via source and target branches