Changeset 25542
- Timestamp:
- Sep 24, 2009, 1:23:41 PM (17 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 2 edited
-
disttool_definebyquery_fake.sql (modified) (1 diff)
-
disttool_definebyquery_stack.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/disttool_definebyquery_fake.sql
r25513 r25542 2 2 'fake' as stage, 3 3 fakeRun.fake_id AS stage_id, 4 CAST(0 AS BIGINT) AS magicked,4 CAST(0 AS SIGNED) AS magicked, 5 5 rawExp.exp_name as run_tag, 6 6 distTarget.label, -
trunk/ippTools/share/disttool_definebyquery_stack.sql
r25513 r25542 2 2 'stack' as stage, 3 3 stackRun.stack_id AS stage_id, 4 CAST(0 AS BIGINTAS magicked,4 CAST(0 AS SIGNED) AS magicked, 5 5 -- run tag in the form 'stack.$skycell_id.$stack_id' 6 6 CONCAT_WS('.', 'stack', stackRun.skycell_id, convert(stackRun.stack_id, CHAR)) as run_tag,
Note:
See TracChangeset
for help on using the changeset viewer.
