mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 18:30:16 +00:00
Fix bug 968596: rename NibbleIterator::chunk_size() to limit() and update ptc and pt-osc.
This commit is contained in:
@@ -405,9 +405,9 @@ sub one_nibble {
|
||||
return $self->{one_nibble};
|
||||
}
|
||||
|
||||
sub chunk_size {
|
||||
sub limit {
|
||||
my ($self) = @_;
|
||||
return $self->{limit} + 1;
|
||||
return $self->{limit};
|
||||
}
|
||||
|
||||
sub set_chunk_size {
|
||||
|
Reference in New Issue
Block a user