Changeset 24693 for trunk/ippTools/src/magicdstool.c
- Timestamp:
- Jul 6, 2009, 10:21:10 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/magicdstool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/magicdstool.c
r24683 r24693 799 799 PXOPT_COPY_STR(config->args, where, "-component", "component", "=="); 800 800 PXOPT_COPY_S16(config->args, where, "-fault", "fault", "=="); 801 802 psString query = psStringCopy("DELETE FROM magicDSFile WHERE fault != 0"); 801 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 802 803 psString query = psStringCopy("DELETE FROM magicDSFile USING magicDSFile, magicDSRun WHERE (magicDSRun.magic_ds_id = magicDSFile.magic_ds_id) AND magicDSFile.fault != 0"); 803 804 804 805 if (psListLength(where->list)) {
Note:
See TracChangeset
for help on using the changeset viewer.
