mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
More repl table columns: chunk_time, chunk_index, lower_boundary, and upper_boundary (those two replace boundaries).
This commit is contained in:
@@ -44,7 +44,7 @@ $Data::Dumper::Quotekeys = 0;
|
||||
# Quoter - <Quoter> object
|
||||
#
|
||||
# Optional Arguments:
|
||||
# chunk_indexd - Index to use for nibbling
|
||||
# chunk_index - Index to use for nibbling
|
||||
#
|
||||
# Returns:
|
||||
# NibbleIterator object
|
||||
@@ -278,6 +278,11 @@ sub nibble_number {
|
||||
return $self->{nibbleno};
|
||||
}
|
||||
|
||||
sub nibble_index {
|
||||
my ($self) = @_;
|
||||
return $self->{index};
|
||||
}
|
||||
|
||||
sub set_chunk_size {
|
||||
my ($self, $limit) = @_;
|
||||
MKDEBUG && _d('Setting new chunk size (LIMIT):', $limit);
|
||||
|
Reference in New Issue
Block a user