Changeset 24937 for trunk/ippTools/src
- Timestamp:
- Jul 29, 2009, 10:49:31 AM (17 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
magicdstool.c (modified) (3 diffs)
-
magicdstoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/magicdstool.c
r24882 r24937 120 120 PXOPT_COPY_S64(config->args, where, "-diff_id", "diff_id", "=="); 121 121 PXOPT_COPY_S64(config->args, where, "-magic_id","magic_id", "=="); 122 PXOPT_COPY_S32(config->args, where, "-streaks_max","streaks", "<="); 122 123 123 124 pxAddLabelSearchArgs (config, where, "-label", "magicRun.label", "=="); … … 166 167 } 167 168 psFree(where); 168 169 dry_run = true;170 169 171 170 // treat limit == 0 as "no limit" … … 258 257 } 259 258 return false; 260 psS64 magic_ds_id = psDBLastInsertID(config->dbh); // Assigned identifier261 run->magic_ds_id = magic_ds_id;262 259 } 260 psS64 magic_ds_id = psDBLastInsertID(config->dbh); // Assigned identifier 261 run->magic_ds_id = magic_ds_id; 263 262 } 264 263 -
trunk/ippTools/src/magicdstoolConfig.c
r24882 r24937 62 62 psMetadataAddS64(definebyqueryArgs, PS_LIST_TAIL, "-diff_id", 0, "search by diff_id", 0); 63 63 psMetadataAddS64(definebyqueryArgs, PS_LIST_TAIL, "-magic_id", 0, "search by magic_id", 0); 64 psMetadataAddS32(definebyqueryArgs, PS_LIST_TAIL, "-streaks_max", 0, "maximum number of streaks", 0); 64 65 65 66 psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-rerun", 0, "queue a new run even if one arleady exists", false);
Note:
See TracChangeset
for help on using the changeset viewer.
