- 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_pending.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/share/pubtool_pending.sql
r24707 r27840 24 24 JOIN rawExp USING(exp_id) 25 25 WHERE publishClient.stage = 'diff' 26 AND publishClient.active = 1 26 27 AND publishRun.state = 'new' 27 28 AND diffRun.state = 'full' 29 AND (diffRun.magicked > 0 OR diffRun.diff_mode = 4 OR publishClient.magicked = 0) 28 30 -- WHERE hook %s 29 31 UNION … … 43 45 JOIN rawExp USING(exp_id) 44 46 WHERE publishClient.stage = 'camera' 47 AND publishClient.active = 1 45 48 AND publishRun.state ='new' 46 49 AND camRun.state = 'full' 50 AND (camRun.magicked > 0 OR publishClient.magicked = 0) 47 51 -- WHERE hook %s 48 52 ) AS publishToDo
Note:
See TracChangeset
for help on using the changeset viewer.
