Changeset 32116 for trunk/ippTools
- Timestamp:
- Aug 16, 2011, 4:17:35 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/pubtool_definerun.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/pubtool_definerun.sql
r29962 r32116 20 20 JOIN chipRun USING(chip_id) 21 21 JOIN rawExp USING(exp_id) 22 LEFT JOIN magicDSRun ON magicDSRun.stage = 'diff' AND magicDSRun.stage_id = diff_id 22 23 WHERE publishClient.stage = 'diff' 23 24 AND publishClient.active = 1 24 25 AND diffRun.state IN ('full', 'cleaned', 'goto_cleaned') 25 AND (diffRun.magicked != 0 OR diffRun.diff_mode = 4 OR publishClient.magicked = 0) 26 AND ( diffRun.diff_mode = 4 27 OR (publishClient.magicked AND diffRun.magicked != 0) 28 OR (publishClient.magicked = 0 AND 29 (diffRun.magicked = 0 OR (diffRun.magicked != 0 AND magic_ds_id IS NOT NULL)) 30 ) 31 ) 26 32 -- WHERE hook %s 27 33 UNION
Note:
See TracChangeset
for help on using the changeset viewer.
