IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2010, 4:23:05 PM (16 years ago)
Author:
Paul Price
Message:

Remove limit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/delete_convolved_diff.pl

    r27043 r27044  
    4242my @files;                      # Files to clean up
    4343{
    44     my $sql = "SELECT path_base FROM diffSkyfile JOIN diffRun USING(diff_id) JOIN magicRun USING(diff_id) WHERE diffRun.state IN ('full', 'drop') AND magicRun.state IN ('full', 'drop', 'censored') LIMIT 5";
     44    my $sql = "SELECT path_base FROM diffSkyfile JOIN diffRun USING(diff_id) JOIN magicRun USING(diff_id) WHERE diffRun.state IN ('full', 'drop') AND magicRun.state IN ('full', 'drop', 'censored')";
    4545    my $results = $db->selectall_arrayref( $sql ) or die "Unable to execute SQL: $DBI::errstr";
    4646    foreach my $result ( @$results ) {
Note: See TracChangeset for help on using the changeset viewer.