Restore remembering the count from time to time while doing PA.
This commit is contained in:
parent
3832e130dc
commit
a9cac3bdd9
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ sub execute {
|
|||
$recordLast->finish;
|
||||
$fetchLast->finish;
|
||||
$sth->finish;
|
||||
$instance->setScratch('counter', $counter);
|
||||
return $self->WAITING(1);
|
||||
}
|
||||
last LOG_CHUNK if $counter >= $total_rows;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue