- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/disttool_pendingfileset.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/share/disttool_pendingfileset.sql
r24422 r27840 3 3 target_id, 4 4 distRun.stage, 5 distRun.outdir as dist_dir, 5 6 stage_id, 6 CONCAT_WS('.', distRun.outroot, CONVERT(distRun.dist_id, CHAR)) as dist_dir, 7 rcDSProduct.name AS product_name, 8 rcDSProduct.prod_id, 9 rcDSProduct.dbname AS ds_dbname, 10 rcDSProduct.dbhost AS ds_dbhost 7 distRun.data_group, 8 distTarget.filter, 9 rcDestination.name AS product_name, 10 rcDestination.dest_id, 11 rcDestination.dbname AS ds_dbname, 12 rcDestination.dbhost AS ds_dbhost 11 13 FROM rcDestination 12 14 JOIN rcInterest USING(dest_id) 13 15 JOIN distTarget USING(target_id) 14 JOIN rcDSProduct USING(prod_id)15 16 JOIN distRun USING(target_id) 16 LEFT JOIN rcDSFileset USING( prod_id, dist_id)17 LEFT JOIN rcDSFileset USING(dest_id, dist_id) 17 18 WHERE distRun.state = 'full' 18 19 AND rcDestination.state = 'enabled'
Note:
See TracChangeset
for help on using the changeset viewer.
