/[webpac2]/trunk/run.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/run.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 882 by dpavlin, Thu Aug 23 20:28:10 2007 UTC revision 884 by dpavlin, Thu Aug 23 20:57:00 2007 UTC
# Line 585  foreach my $database ( sort keys %{ $con Line 585  foreach my $database ( sort keys %{ $con
585                          }                          }
586    
587                          foreach my $out ( @outputs ) {                          foreach my $out ( @outputs ) {
588                                  if ( $out->can('add') ) {                                  $out->add( $mfn, $ds ) if $out->can('add');
                                         $out->add( $mfn, $ds );  
                                 }  
589                          }                          }
590    
591                  }                  }
# Line 620  foreach my $database ( sort keys %{ $con Line 618  foreach my $database ( sort keys %{ $con
618    
619          eval { $indexer->finish } if ($indexer && $indexer->can('finish'));          eval { $indexer->finish } if ($indexer && $indexer->can('finish'));
620    
621            foreach my $out ( @outputs ) {
622                    $out->finish if $out->can('finish');
623            }
624    
625          my $dt = time() - $start_t;          my $dt = time() - $start_t;
626          $log->info("$total_rows records ", $indexer ? "indexed " : "",          $log->info("$total_rows records ", $indexer ? "indexed " : "",
627                  sprintf("in %.2f sec [%.2f rec/sec]",                  sprintf("in %.2f sec [%.2f rec/sec]",

Legend:
Removed from v.882  
changed lines
  Added in v.884

  ViewVC Help
Powered by ViewVC 1.1.26