mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 05:00:45 +00:00
Several fixes. --save-samples and --help should work now.
This commit is contained in:
@@ -40,7 +40,7 @@ sub group_by_all {
|
||||
sample_callback => sub {
|
||||
$self->print_deltas(
|
||||
map { ( $_ => $args{$_} ) }
|
||||
qw( header_callback rest_callback ),
|
||||
qw( header_callback rows_callback ),
|
||||
);
|
||||
},
|
||||
map( { ($_ => $args{$_}) } qw(filehandle filename data) ),
|
||||
@@ -59,7 +59,7 @@ sub group_by_all {
|
||||
}
|
||||
$self->{_print_header} = undef;
|
||||
},
|
||||
rest_callback => $args{rest_callback},
|
||||
rows_callback => $args{rows_callback},
|
||||
);
|
||||
},
|
||||
map( { ($_ => $args{$_}) } qw(filehandle filename data) ),
|
||||
|
Reference in New Issue
Block a user