Merge pt-osc-2.1. Fix NibbleItertor.pm to work with OobNibbleIterator when resuming at oob boundaries (t/pt-table-checksum/resume.t was failing).

This commit is contained in:
Daniel Nichter
2012-04-03 09:33:10 -06:00
23 changed files with 6209 additions and 3459 deletions

View File

@@ -231,7 +231,8 @@ sub next {
}
sub _iterate_files {
my ( $self ) = @_;
my ( $self ) = @_;
my $q = $self->{Quoter};
if ( !$self->{fh} ) {
my ($fh, $file) = $self->{file_itr}->();