Changeset 28170
- Timestamp:
- May 28, 2010, 5:40:36 PM (16 years ago)
- Location:
- branches/haf_branches/ipp.20100512/ippTools
- Files:
-
- 2 edited
-
share/addtool_checkminidvodbaddrun.sql (modified) (1 diff)
-
src/addtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/haf_branches/ipp.20100512/ippTools/share/addtool_checkminidvodbaddrun.sql
r28102 r28170 1 1 -- this selects the minidvodbs that have complete addRuns 2 2 SELECT minidvodb_id, minidvodb_name, minidvodb_path, mergedvodb_path, state, minidbg 3 AS minidvodb_group, (cnt - cnt2) as not_full 3 AS minidvodb_group, (cnt - cnt2) as not_full, cnt as addRun_count 4 4 FROM minidvodbRun 5 5 JOIN -
branches/haf_branches/ipp.20100512/ippTools/src/addtool.c
r28102 r28170 849 849 minidvodbpath, 850 850 mergedvodb_path, 851 "new" 851 "new", 852 0 852 853 )) { 853 854 psError(PS_ERR_UNKNOWN, false, "database error");
Note:
See TracChangeset
for help on using the changeset viewer.
