Changeset 30812 for branches/eam_branches/ipp-20110213/ippTools/share
- Timestamp:
- Mar 6, 2011, 2:34:55 PM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110213/ippTools/share
- Files:
-
- 4 edited
-
camtool_find_pendingimfile.sql (modified) (1 prop)
-
magicdstool_todestreak_raw.sql (modified) (2 diffs)
-
magicdstool_torevert_diff.sql (modified) (1 diff)
-
pxadmin_create_tables.sql (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ippTools/share/camtool_find_pendingimfile.sql
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20110213/ippTools/share/magicdstool_todestreak_raw.sql
r29561 r30812 24 24 re_place, 25 25 remove, 26 10000AS priority26 IFNULL(Label.priority, 10000) AS priority 27 27 FROM magicDSRun 28 28 JOIN magicMask USING (magic_id) … … 35 35 ON magicDSRun.magic_ds_id = magicDSFile.magic_ds_id 36 36 AND magicDSFile.component = rawImfile.class_id 37 LEFT JOIN Label ON magicDSRun.label = Label.label 37 38 WHERE 38 39 magicDSRun.state = 'new' 39 40 AND magicDSRun.stage = 'raw' 40 41 AND magicDSFile.component IS NULL 42 AND (Label.active OR Label.active IS NULL) 43 -
branches/eam_branches/ipp-20110213/ippTools/share/magicdstool_torevert_diff.sql
r30675 r30812 13 13 magicDSFile.recovery_path_base, 14 14 "NULL" AS cam_path_base, 15 recovery_path_base,16 15 CAST(diffRun.bothways AS SIGNED) AS bothways, 17 16 0 AS bytes, -
branches/eam_branches/ipp-20110213/ippTools/share/pxadmin_create_tables.sql
- Property svn:mergeinfo changed (with no actual effect on merging)
Note:
See TracChangeset
for help on using the changeset viewer.
