Merge lp://staging/~sergei.glushchenko/percona-xtrabackup/2.2-xb-bug1414221 into lp://staging/percona-xtrabackup/2.2
Proposed by
Sergei Glushchenko
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~sergei.glushchenko/percona-xtrabackup/2.2-xb-bug1414221 |
Merge into: | lp://staging/percona-xtrabackup/2.2 |
Diff against target: |
63 lines (+36/-1) 2 files modified
storage/innobase/xtrabackup/src/xtrabackup.cc (+4/-1) storage/innobase/xtrabackup/test/t/bug1414221.sh (+32/-0) |
To merge this branch: | bzr merge lp://staging/~sergei.glushchenko/percona-xtrabackup/2.2-xb-bug1414221 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alexey Kopytov (community) | Needs Information | ||
Review via email: mp+248248@code.staging.launchpad.net |
Description of the change
Added option --xtrabackup_
both for innobackupex and xtrabackup.
Output the value of the srv_start_lsn right after the warning message.
http://
To post a comment you must log in.
Unmerged revisions
- 5063. By Sergei Glushchenko
-
Bug 1414221: Warning "The log was not applied to the intended LSN"
should optionally be an errorInstead of warning print an error message.
Print value of srv_start_lsn right after the error message.
See question in the bug report.