mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-12 22:19:44 +00:00
Explicit setter for interactive.
This commit is contained in:
@@ -35,7 +35,7 @@ sub group_by_all {
|
||||
|
||||
$self->clear_state();
|
||||
|
||||
if (!$self->interactive) {
|
||||
if (!$self->interactive()) {
|
||||
$self->parse_from(
|
||||
sample_callback => sub {
|
||||
$self->print_deltas(
|
||||
|
Reference in New Issue
Block a user