Changes between Version 12 and Version 13 of PS1_IPP_Czarlog_20140728
- Timestamp:
- Jul 31, 2014, 8:44:27 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PS1_IPP_Czarlog_20140728
v12 v13 21 21 * also set another 100,000 lap skycal distRuns to be processed. Here is the current status 22 22 {{{ 23 mysql> select label, state, count(dist_id) as num_runs, min(dist_id) as first_dist_id, max(dist_id) as last_dist_id from distRun where label like 'lap.threepi.20130717%' and stage ='skycal' group by label,state; 23 mysql> select label, state, count(dist_id) as num_runs, min(dist_id) as first_dist_id, max(dist_id) as last_dist_id 24 from distRun where label like 'lap.threepi.20130717%' and stage ='skycal' group by label,state; 24 25 +---------------------------+-------+----------+---------------+--------------+ 25 26 | label | state | num_runs | first_dist_id | last_dist_id |
