1.6.4-313 loses master log info
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Percona XtraBackup moved to https://jira.percona.com/projects/PXB |
Fix Released
|
Undecided
|
Alexey Kopytov | |
| 1.6 |
Fix Released
|
Undecided
|
Alexey Kopytov | |
| 2.0 |
Fix Released
|
Undecided
|
Alexey Kopytov |
Bug Description
xtrabackup-
Execute innobackupex script on a master MySQL server, got a line below:
"innobackupex: MySQL binlog position: filename 'xtrabackup', position ping 5"
similar line in backupdir/
"xtrabackup ping 5"
OLD version xtrabackup-
Related branches
- Percona developers: Pending requested 2011-12-21
-
Diff: 31 lines (+15/-1)2 files modifiedinnobackupex (+1/-1)
test/t/ib_binlog_info.sh (+14/-0)
- Stewart Smith (community): Approve on 2012-01-03
-
Diff: 31 lines (+15/-1)2 files modifiedinnobackupex (+1/-1)
test/t/ib_binlog_info.sh (+14/-0)
Alexey Kopytov (akopytov) wrote : | #1 |
Alexey Kopytov (akopytov) wrote : | #2 |
The fix is:
=== modified file 'innobackupex'
--- innobackupex 2011-12-17 03:21:32 +0000
+++ innobackupex 2011-12-21 05:30:23 +0000
@@ -1165,7 +1165,7 @@ sub write_binlog_info {
# get "show master status" output lines (2) from mysql output
file_
foreach my $line (@lines) {
- if ($line =~ m/innobackup hello/) {
+ if ($line =~ m/xtrabackup ping/) {
# this is a hello message, ignore it
} else {
# this is output line from "show master status"
Shahriyar Rzayev (rzayev-sehriyar) wrote : | #3 |
Percona now uses JIRA for bug reports so this bug report is migrated to: https:/
Confirmed, it's a regression introduced in 1.6.4.