Merge lp:~vlad-lesin/percona-xtrabackup/bug1182726-2.1 into lp:percona-xtrabackup/2.1
Proposed by
Vlad Lesin
on 2013-07-04
Status: | Merged |
---|---|
Merged at revision: | 624 |
Proposed branch: | lp:~vlad-lesin/percona-xtrabackup/bug1182726-2.1 |
Merge into: | lp:percona-xtrabackup/2.1 |
Diff against target: |
100 lines (+63/-14) 2 files modified
innobackupex (+26/-14) test/t/bug1182726.sh (+37/-0) |
To merge this branch: | bzr merge lp:~vlad-lesin/percona-xtrabackup/bug1182726-2.1 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alexey Kopytov (community) | 2013-07-04 | Needs Fixing on 2013-07-05 | |
Review via email:
|
Description of the change
Fix for bug #1182726.
Slave thread is not stopped during coping non-Innodb data when
--no-lock option is used as using this option requires absence
of DDL or DML to non-tracsaction tables during backup. It is stopped
just before resuming xtrabackup and starts again after innodb log file
was copied.
http://
To post a comment you must log in.
Vlad Lesin (vlad-lesin) wrote : | # |
> Looks good except the wrong bug # in the test case comment.
fixed
Looks good except the wrong bug # in the test case comment.