Changeset 27207
- Timestamp:
- Mar 5, 2010, 1:02:51 PM (16 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 3 edited
-
share/magicdstool_definecopy_chip.sql (modified) (1 diff)
-
share/magicdstool_definecopy_warp.sql (modified) (1 diff)
-
src/magicdstool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/magicdstool_definecopy_chip.sql
r26912 r27207 27 27 ON magicRun.magic_id = magicDSRun.magic_id 28 28 AND magicDSRun.stage = 'chip' 29 AND magicDSRun.label = '%s' 29 30 WHERE magicRun.state = 'full' 30 31 -- HOOK: NEWLINE HERE TO ACTIVATE %s AND magicDSRun.magic_ds_id IS NULL -
trunk/ippTools/share/magicdstool_definecopy_warp.sql
r26935 r27207 29 29 ON magicRun.magic_id = magicDSRun.magic_id 30 30 AND magicDSRun.stage = 'warp' 31 AND magicDSRun.label = '%s' 31 32 WHERE magicRun.state = 'full' 32 33 -- HOOK: NEWLINE HERE TO ACTIVATE %s AND magicDSRun.magic_ds_id IS NULL -
trunk/ippTools/src/magicdstool.c
r27206 r27207 408 408 psFree(limitString); 409 409 } 410 if (!p_psDBRunQueryF(config->dbh, query, rerun_flag)) {410 if (!p_psDBRunQueryF(config->dbh, query, set_label, rerun_flag)) { 411 411 psError(PS_ERR_UNKNOWN, false, "database error"); 412 412 psFree(query);
Note:
See TracChangeset
for help on using the changeset viewer.
