Changeset 25929 for trunk/ippTools/share
- Timestamp:
- Oct 22, 2009, 4:51:58 PM (17 years ago)
- Location:
- trunk/ippTools/share
- Files:
-
- 4 edited
-
pubtool_definerun.sql (modified) (2 diffs)
-
pubtool_pending.sql (modified) (2 diffs)
-
pubtool_revert.sql (modified) (1 diff)
-
pxadmin_create_tables.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/pubtool_definerun.sql
r24512 r25929 11 11 JOIN diffRun 12 12 WHERE publishClient.stage = 'diff' 13 AND publishClient.active = 1 13 14 AND diffRun.state = 'full' 14 15 -- WHERE hook %s … … 21 22 JOIN camRun 22 23 WHERE publishClient.stage = 'camera' 24 AND publishClient.active = 1 23 25 AND camRun.state = 'full' 24 26 -- WHERE hook %s -
trunk/ippTools/share/pubtool_pending.sql
r24707 r25929 24 24 JOIN rawExp USING(exp_id) 25 25 WHERE publishClient.stage = 'diff' 26 AND publishClient.active = 1 26 27 AND publishRun.state = 'new' 27 28 AND diffRun.state = 'full' … … 43 44 JOIN rawExp USING(exp_id) 44 45 WHERE publishClient.stage = 'camera' 46 AND publishClient.active = 1 45 47 AND publishRun.state ='new' 46 48 AND camRun.state = 'full' -
trunk/ippTools/share/pubtool_revert.sql
r24512 r25929 3 3 WHERE publishDone.pub_id = publishRun.pub_id 4 4 AND publishRun.client_id = publishClient.client_id 5 AND publishClient.active = 1 5 6 AND publishDone.fault != 0 -
trunk/ippTools/share/pxadmin_create_tables.sql
r25913 r25929 1485 1485 CREATE TABLE publishClient ( 1486 1486 client_id BIGINT AUTO_INCREMENT, -- unique identifier 1487 active TINYINT DEFAULT 0, -- whether we should worry about this or not 1487 1488 product VARCHAR(64), -- product name 1488 1489 stage VARCHAR(64) NOT NULL, -- stage of interest (chip, camera, diff, etc.)
Note:
See TracChangeset
for help on using the changeset viewer.
