mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-22 10:58:42 +00:00
Several fixes & changes:
* qtime and stime computed correctly * Interactive mode and changing groups doesn't fail * Interactive mode no longer uses a file to gather samples.
This commit is contained in:
@@ -58,7 +58,6 @@ sub group_by {
|
||||
data => $args{data},
|
||||
);
|
||||
|
||||
$self->clear_state() unless $self->interactive();
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -138,7 +137,7 @@ sub compute_dev {
|
||||
$devs ||= $self->compute_devs_in_group();
|
||||
return $devs > 1
|
||||
? "{" . $devs . "}"
|
||||
: $self->{ordered_devs}->[0];
|
||||
: $self->{_ordered_devs}->[0];
|
||||
}
|
||||
|
||||
# Terrible breach of encapsulation, but it'll have to do for the moment.
|
||||
|
Reference in New Issue
Block a user