- Timestamp:
- Jun 25, 2009, 2:00:56 PM (17 years ago)
- Location:
- branches/eam_branches/20090522
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/disttool_revertrun_update.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090522
- Property svn:mergeinfo changed
-
branches/eam_branches/20090522/ippTools/share/disttool_revertrun_update.sql
r23245 r24557 1 1 UPDATE distRun 2 JOIN distComponent USING(dist_id) 3 SET distRun.state = 'new', distRun.fault = 0 4 WHERE distComponent.fault != 0 5 OR distRun.fault != 0 2 SET distRun.fault = 0 3 WHERE distRun.state = 'new' 4 AND distRun.fault != 0
Note:
See TracChangeset
for help on using the changeset viewer.
