mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-04 11:37:16 +00:00
Compare commits
1 Commits
pmm-2.26.0
...
Z276182
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a0839d78ee |
@@ -5956,6 +5956,7 @@ sub can_nibble {
|
|||||||
my $one_nibble = !defined $args{one_nibble} || $args{one_nibble}
|
my $one_nibble = !defined $args{one_nibble} || $args{one_nibble}
|
||||||
? $row_est <= $chunk_size * $chunk_size_limit
|
? $row_est <= $chunk_size * $chunk_size_limit
|
||||||
: 0;
|
: 0;
|
||||||
|
PTDEBUG && _d('Chunk size limit: '.$chunk_size_limit. ', chunk size: '.$chunk_size. ', row est: '.$row_est);
|
||||||
PTDEBUG && _d('One nibble:', $one_nibble ? 'yes' : 'no');
|
PTDEBUG && _d('One nibble:', $one_nibble ? 'yes' : 'no');
|
||||||
|
|
||||||
if ( $args{resume}
|
if ( $args{resume}
|
||||||
|
Reference in New Issue
Block a user