Changeset 28114
- Timestamp:
- May 26, 2010, 1:26:52 PM (16 years ago)
- Location:
- tags/ipp-20100525/ippTools
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
share/camtool_queue_chip_id.sql (modified) (1 diff)
-
src/pxcam.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100525/ippTools
- Property svn:mergeinfo changed
/trunk/ippTools merged: 28112-28113
- Property svn:mergeinfo changed
-
tags/ipp-20100525/ippTools/share/camtool_queue_chip_id.sql
r28043 r28114 13 13 '%s', -- reduction 14 14 '%s', -- expgroup 15 '%s', -- dvodb 15 '%s', -- dvodb 16 16 '%s', -- tess_id 17 17 '%s', -- end_stage 18 18 %lld, -- magicked 19 '%s', -- software ver 20 '%s', -- maskfrac_npix 21 '%s', -- _static 22 '%s', -- _dynamic 23 '%s', -- _magic 24 '%s', -- _advisory 19 '%s', -- software ver 20 '%s', -- maskfrac_ref_npix 21 '%s', -- _ref_static 22 '%s', -- _ref_dynamic 23 '%s', -- _ref_magic 24 '%s', -- _ref_advisory 25 '%s', -- maskfrac_max_npix 26 '%s', -- _max_static 27 '%s', -- _max_dynamic 28 '%s', -- _max_magic 29 '%s', -- _max_advisory 25 30 '%s' -- note 26 31 FROM chipRun -
tags/ipp-20100525/ippTools/src/pxcam.c
r28043 r28114 152 152 char *tess_id, 153 153 char *end_stage, 154 psS64 magicked,154 psS64 magicked, 155 155 char *note) 156 156 { … … 172 172 // different on 32/64 173 173 if (!p_psDBRunQueryF(config->dbh, query, 174 "new", // state 175 workdir ? workdir : "NULL", 176 "dirty", //workdir_state 177 label ? label : "NULL", 178 data_group ? data_group : "NULL", 179 dist_group ? dist_group : "NULL", 180 recipe ? recipe : "NULL", 181 expgroup ? expgroup : "NULL", 182 dvodb ? dvodb : "NULL", 183 tess_id ? tess_id : "NULL", 184 end_stage ? end_stage : "NULL", 185 (long long) magicked, 186 "NULL", // This shouldn't be propagated 187 "NULL", 188 "NULL", 189 "NULL", 190 "NULL", 191 "NULL", 174 "new", // state 175 workdir ? workdir : "NULL", 176 "dirty", //workdir_state 177 label ? label : "NULL", 178 data_group ? data_group : "NULL", 179 dist_group ? dist_group : "NULL", 180 recipe ? recipe : "NULL", 181 expgroup ? expgroup : "NULL", 182 dvodb ? dvodb : "NULL", 183 tess_id ? tess_id : "NULL", 184 end_stage ? end_stage : "NULL", 185 (long long) magicked, 186 // Here follows the software version and mask statistics which shouldn't be propagated 187 "NULL", 188 "NULL", 189 "NULL", 190 "NULL", 191 "NULL", 192 "NULL", 193 "NULL", 194 "NULL", 195 "NULL", 196 "NULL", 197 "NULL", 192 198 note ? note : "NULL", 193 199 (long long)chip_id
Note:
See TracChangeset
for help on using the changeset viewer.
