Changeset 25493 for trunk/ippTools/share/disttool_pendingfileset.sql
- Timestamp:
- Sep 23, 2009, 10:22:33 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/disttool_pendingfileset.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/disttool_pendingfileset.sql
r24422 r25493 5 5 stage_id, 6 6 CONCAT_WS('.', distRun.outroot, CONVERT(distRun.dist_id, CHAR)) as dist_dir, 7 rcD SProduct.name AS product_name,8 rcD SProduct.prod_id,9 rcD SProduct.dbname AS ds_dbname,10 rcD SProduct.dbhost AS ds_dbhost7 rcDestination.name AS product_name, 8 rcDestination.prod_id, 9 rcDestination.dbname AS ds_dbname, 10 rcDestination.dbhost AS ds_dbhost 11 11 FROM rcDestination 12 12 JOIN rcInterest USING(dest_id) 13 13 JOIN distTarget USING(target_id) 14 JOIN rcDSProduct USING(prod_id)15 14 JOIN distRun USING(target_id) 16 LEFT JOIN rcDSFileset USING( prod_id, dist_id)15 LEFT JOIN rcDSFileset USING(dest_id, dist_id) 17 16 WHERE distRun.state = 'full' 18 17 AND rcDestination.state = 'enabled'
Note:
See TracChangeset
for help on using the changeset viewer.
