| | 81 | |
| | 82 | * Dropped runs that cannot complete because the inputs are not available: |
| | 83 | {{{ |
| | 84 | stacktool -updaterun -set_state drop -stack_id 116184 -dbname gpc1 |
| | 85 | magictool -updaterun -state drop -magic_id 20031 -dbname gpc1 |
| | 86 | magictool -updaterun -state drop -magic_id 20032 -dbname gpc1 |
| | 87 | |
| | 88 | mysql> update diffRun join diffInputSkyfile using(diff_id) join warpRun on warp1 = warp_id set diffRun.state = 'drop' where diffRun.label = 'ThreePi.nightlyscience' and diffRun.state = 'new' and warpRun.state = 'cleaned'; |
| | 89 | Query OK, 48 rows affected (0.06 sec) |
| | 90 | Rows matched: 48 Changed: 48 Warnings: 0 |
| | 91 | }}} |