Restore remembering the count from time to time while doing PA.

This commit is contained in:
Colin Kuskie 2011-10-06 15:24:50 -07:00
parent 3832e130dc
commit a9cac3bdd9

View file

@ -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;