- Timestamp:
- Oct 27, 2019, 9:47:12 PM (7 years ago)
- Location:
- branches/ccl_branches/ipp-20190806/ippMonitor
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
def/distRun.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ccl_branches/ipp-20190806/ippMonitor
- Property svn:mergeinfo changed
/trunk/ippMonitor (added) merged: 40862,40877-40879,40882-40883,40936
- Property svn:mergeinfo changed
-
branches/ccl_branches/ipp-20190806/ippMonitor/def/distRun.d
r35299 r40974 1 TABLE distRun , distComponent1 TABLE distRun JOIN distComponent USING (dist_id) 2 2 TITLE Distribution Runs 3 3 FILE distRun.php … … 6 6 # the following WHERE clauses are added to all queries joined by AND 7 7 8 WHERE distRun.dist_id = distComponent.dist_id 9 UNRESTRICTED AND 0=1 10 RESTRICT_COUNT AND 0>1 8 UNRESTRICTED WHERE distRun.time_stamp >= CURDATE() 9 RESTRICT_COUNT WHERE distRun.time_stamp >= CURDATE() 11 10 12 11 # field size format name show link to extras
Note:
See TracChangeset
for help on using the changeset viewer.
