Changeset 30577
- Timestamp:
- Feb 11, 2011, 2:35:59 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/chiptool_processedimfile.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/chiptool_processedimfile.sql
r30566 r30577 30 30 rawImfile.burntool_state, 31 31 IFNULL(magicDSRun.magic_ds_id, 0) AS magic_ds_id, 32 magicDSRun.state AS dsRun_state, 33 magicDSFile.data_state AS dsFile_data_state 32 IFNULL(magicDSRun.state,0) AS dsRun_state, 33 IFNULL(magicDSFile.fault,0) AS dsFile_fault, 34 IFNULL(magicDSFile.data_state,0) AS dsFile_data_state 34 35 FROM chipRun 35 36 JOIN chipImfile
Note:
See TracChangeset
for help on using the changeset viewer.
