Changeset 24244 for branches/cnb_branches/cnb_branch_20090301/ippTools/share/disttool_processedcomponent.sql
- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/share (modified) (1 prop)
-
ippTools/share/disttool_processedcomponent.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ippTools/share
- Property svn:ignore
-
old new 1 1 Makefile.in 2 2 Makefile 3 pxadmin_create_mirror_tables.sql
-
- Property svn:ignore
-
branches/cnb_branches/cnb_branch_20090301/ippTools/share/disttool_processedcomponent.sql
r23352 r24244 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.
