IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2008, 11:48:09 AM (18 years ago)
Author:
jhoblitt
Message:

further attempts to optimize the use of the regtool_pendingexp.sql query

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/regtool_pendingexp.sql

    r17588 r17618  
    2929        newExp.state = 'run'
    3030        AND rawExp.exp_id IS NULL
     31-- where hook %s
    3132    GROUP BY
    3233        newExp.exp_id
     
    3435        COUNT(newImfile.tmp_class_id) = COUNT(rawImfile.tmp_class_id)
    3536        AND SUM(rawImfile.fault) = 0
    36 --   ) as Foo
     37-- limit hook %s
     38    ) as Foo
Note: See TracChangeset for help on using the changeset viewer.