Changeset 23842 for trunk/ippTools/share/disttool_processedcomponent.sql
- Timestamp:
- Apr 13, 2009, 4:32:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/disttool_processedcomponent.sql
r23246 r23842 1 SELECT * 2 FROM distComponent 1 SELECT 2 dist_id, 3 target_id, 4 stage, 5 stage_id, 6 component, 7 CONCAT_WS('.', outroot, CONVERT(dist_id, CHAR)) as outdir, 8 bytes, 9 md5sum, 10 name, 11 distComponent.state, 12 distComponent.fault 13 FROM distRun 14 JOIN distComponent USING(dist_id)
Note:
See TracChangeset
for help on using the changeset viewer.
