Merge lp:~sergei.glushchenko/percona-xtrabackup/bug711166_part-1.6 into lp:percona-xtrabackup/2.0
Proposed by
Sergei Glushchenko
on 2012-02-01
Status: | Rejected |
---|---|
Rejected by: | Alexey Kopytov on 2012-09-07 |
Proposed branch: | lp:~sergei.glushchenko/percona-xtrabackup/bug711166_part-1.6 |
Merge into: | lp:percona-xtrabackup/2.0 |
Diff against target: |
194 lines (+163/-0) 4 files modified
innobackupex (+2/-0) test/t/bug711166-innodb.sh (+77/-0) test/t/bug711166-myisam.sh (+79/-0) xtrabackup.c (+5/-0) |
To merge this branch: | bzr merge lp:~sergei.glushchenko/percona-xtrabackup/bug711166_part-1.6 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alexey Kopytov (community) | 2012-02-01 | Needs Resubmitting on 2012-02-01 | |
Review via email:
|
Description of the change
Merge of fix for 1.6 series
To post a comment you must log in.
Unmerged revisions
- 348. By Sergei Glushchenko on 2012-09-18
-
Partitioned tables are not correctly handled by the --databases, --include,
--tables-file options of innobackupex, and by the --tables and
--tables-file options of xtrabackup.
Solution is to remove partition suffix (#P#...) before doing filtering.
Testcases cover variants of using filtering options with MyISAM and
InnoDB tables (to test both innobackupex and xtrabackup) with either stream
mode turned on and turned off.
Sergei,
Please merge to a separate trunk-based tree, and run it through Jenkins before submitting a MP.
I also have some comments on the 1.6 version of the fix.