Changeset 29982 for branches/czw_branch/20101203/ippTools/share
- Timestamp:
- Dec 8, 2010, 7:21:36 PM (16 years ago)
- Location:
- branches/czw_branch/20101203/ippTools/share
- Files:
-
- 4 edited
-
chiptool_find_rawexp.sql (modified) (1 diff)
-
pxadmin_create_tables.sql (modified) (1 diff)
-
regtool_pendingburntoolimfile.sql (modified) (1 diff)
-
regtool_pendingexp.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203/ippTools/share/chiptool_find_rawexp.sql
r23917 r29982 1 1 -- this query is used to find potental rawExps to be queued for chiptool 2 2 -- processeing 3 SELECT 3 SELECT DISTINCT 4 4 rawExp.*, 5 5 newExp.label 6 6 FROM rawExp 7 7 JOIN newExp using (exp_id) 8 LEFT JOIN chipRun USING (exp_id) 8 9 WHERE 9 10 rawExp.fault = 0 -
branches/czw_branch/20101203/ippTools/share/pxadmin_create_tables.sql
r29965 r29982 9 9 uri VARCHAR(255), 10 10 epoch TIMESTAMP DEFAULT CURRENT_TIMESTAMP, 11 use_compress SMALLINT, 11 12 PRIMARY KEY(camera, telescope) 12 13 ) ENGINE=innodb DEFAULT CHARSET=latin1; -
branches/czw_branch/20101203/ippTools/share/regtool_pendingburntoolimfile.sql
r29908 r29982 25 25 LEFT JOIN newImfile USING(exp_id) 26 26 LEFT JOIN rawExp USING(exp_id, exp_name) 27 LEFT JOIN rawImfile ON (rawImfile.exp_name = rawExp.exp_name AND rawImfile.tmp_class_id = newImfile.tmp_class_id)27 LEFT JOIN rawImfile ON (rawImfile.exp_name = newExp.tmp_exp_name AND rawImfile.tmp_class_id = newImfile.tmp_class_id) 28 28 WHERE 29 29 summitExp.dateobs >= '@DATE@T00:00:00' -
branches/czw_branch/20101203/ippTools/share/regtool_pendingexp.sql
r20759 r29982 39 39 newExp.state = 'run' 40 40 AND rawExp.exp_id IS NULL 41 AND rawImfile.data_state = 'full' 41 42 -- where hook %s 42 43 GROUP BY
Note:
See TracChangeset
for help on using the changeset viewer.
