Changeset 23700 for trunk/ippTools/share/disttool_pendingcomponent.sql
- Timestamp:
- Apr 3, 2009, 10:59:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/disttool_pendingcomponent.sql
r23661 r23700 13 13 NULL as state, 14 14 NULL as data_state, 15 distRun.no_magic, 15 16 rawImfile.magicked 16 17 FROM distRun … … 59 60 chipRun.state, 60 61 chipProcessedImfile.data_state, 62 distRun.no_magic, 61 63 chipProcessedImfile.magicked 62 64 FROM distRun … … 87 89 camRun.state, 88 90 NULL, 89 0 91 distRun.no_magic, 92 chipProcessedImfile.magicked 90 93 FROM distRun 91 94 JOIN camRun ON camRun.cam_id = distRun.stage_id … … 117 120 fakeRun.state, 118 121 NULL, 122 distRun.no_magic, 119 123 0 120 124 FROM distRun … … 146 150 warpRun.state, 147 151 warpSkyfile.data_state, 152 distRun.no_magic, 148 153 warpSkyfile.magicked 149 154 FROM distRun … … 179 184 -- diffSkyfile.data_state, 180 185 'full' AS data_state, 186 distRun.no_magic, 181 187 diffSkyfile.magicked 182 188 FROM distRun … … 209 215 -- stackSumSkyfile.data_state, 210 216 'full' AS data_state, 217 1 AS no_magic, 211 218 0 AS magicked 212 219 FROM distRun
Note:
See TracChangeset
for help on using the changeset viewer.
