Merge lp://staging/~lachlan-mulcahy/percona-xtrabackup/1.6-bug857788 into lp://staging/percona-xtrabackup/1.6
Proposed by
Lachlan Mulcahy
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Alexey Kopytov | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | 300 | ||||
Proposed branch: | lp://staging/~lachlan-mulcahy/percona-xtrabackup/1.6-bug857788 | ||||
Merge into: | lp://staging/percona-xtrabackup/1.6 | ||||
Diff against target: |
63 lines (+13/-10) 1 file modified
innobackupex (+13/-10) |
||||
To merge this branch: | bzr merge lp://staging/~lachlan-mulcahy/percona-xtrabackup/1.6-bug857788 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alexey Kopytov (community) | Approve | ||
Review via email: mp+77064@code.staging.launchpad.net |
Commit message
Merged fix for bug 857788
In some cases certain combinations of options would create a situation where innobackupex attempted to send commands through a mysql connection that was no longer open.
Description of the change
Fixed bug 857788
In some cases certain combinations of options would create a situation where innobackupex attempted to send commands through a mysql connection that was no longer open.
This patch greatly simplifies the connection open and closing so that it's less confusing to know, depending on which options you are using, whether you need to open a fresh connection or not, just always try to reuse the same one.
To post a comment you must log in.
Looks good.