Changeset 24937 for trunk/ippTools/src/magicdstool.c
- Timestamp:
- Jul 29, 2009, 10:49:31 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/magicdstool.c (modified) (3 diffs)
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
Note:
See TracChangeset
for help on using the changeset viewer.
