mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
Explicit setters for (curr|prev|first)_ts.
This commit is contained in:
@@ -64,7 +64,7 @@ sub group_by_all {
|
||||
},
|
||||
map( { ($_ => $args{$_}) } qw(filehandle filename data) ),
|
||||
);
|
||||
if (!$self->prev_ts) {
|
||||
if (!$self->prev_ts()) {
|
||||
seek $args{filehandle}, $orig, 0;
|
||||
}
|
||||
return;
|
||||
|
Reference in New Issue
Block a user