Changeset 34443 for trunk/ippTools/share
- Timestamp:
- Sep 18, 2012, 9:38:44 AM (14 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 2 edited
-
difftool_definestackstack_part0.sql (modified) (1 diff)
-
difftool_definestackstack_part1.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/difftool_definestackstack_part0.sql
r29667 r34443 39 39 WHERE 1 40 40 @STACK1_QUERY@ -- input condition 41 ) AS diffExp ON diffExp.stack1 = stackRun.stack_id AND diffExp.stack2 = template.max_stack_id41 ) AS diffExp ON diffExp.stack1 = stackRun.stack_id 42 42 WHERE 43 43 stackSumSkyfile.fault = 0 AND stackSumSkyfile.quality = 0 -
trunk/ippTools/share/difftool_definestackstack_part1.sql
r29667 r34443 40 40 WHERE 1 41 41 @STACK1_QUERY@ -- input constraint 42 ) AS diffExp ON diffExp.stack1 = stackRun.stack_id AND diffExp.stack2 = template.max_stack_id42 ) AS diffExp ON diffExp.stack1 = stackRun.stack_id 43 43 WHERE 44 44 stackSumSkyfile.fault = 0 AND stackSumSkyfile.quality = 0
Note:
See TracChangeset
for help on using the changeset viewer.
