- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/pubtool_definerun.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/share/pubtool_definerun.sql
r24512 r27840 2 2 SELECT 3 3 client_id, 4 stage_id 4 stage_id, 5 src_label 5 6 FROM ( 6 7 -- Get diffs to publish 7 8 SELECT 8 9 client_id, 9 diff_id AS stage_id 10 diff_id AS stage_id, 11 label AS src_label 10 12 FROM publishClient 11 13 JOIN diffRun 12 14 WHERE publishClient.stage = 'diff' 15 AND publishClient.active = 1 13 16 AND diffRun.state = 'full' 17 AND (diffRun.magicked > 0 OR diffRun.diff_mode = 4 OR publishClient.magicked = 0) 14 18 -- WHERE hook %s 15 19 UNION … … 17 21 SELECT 18 22 client_id, 19 cam_id AS stage_id 23 cam_id AS stage_id, 24 label AS src_label 20 25 FROM publishClient 21 26 JOIN camRun 22 27 WHERE publishClient.stage = 'camera' 28 AND publishClient.active = 1 23 29 AND camRun.state = 'full' 30 AND (camRun.magicked > 0 OR publishClient.magicked = 0) 24 31 -- WHERE hook %s 25 32 ) AS publishToDo
Note:
See TracChangeset
for help on using the changeset viewer.
