mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-17 17:27:57 +00:00
Fix scrolling header for --group-by=all.
This commit is contained in:
@@ -1039,9 +1039,7 @@ sub print_deltas {
|
||||
$Diskstats::printed_lines--;
|
||||
}
|
||||
|
||||
if ( $self->automatic_headers()
|
||||
&& $Diskstats::printed_lines <= @stats
|
||||
&& !$self->isa("DiskstatsGroupByAll") ) {
|
||||
if ( $self->automatic_headers() && $Diskstats::printed_lines <= @stats ) {
|
||||
$self->force_print_header( $header, "#ts", "device" );
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user