Changeset 28475
- Timestamp:
- Jun 24, 2010, 12:57:49 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
-
dbconfig/background.md (modified) (2 diffs)
-
ippTools/share/pxadmin_create_tables.sql (modified) (2 diffs)
-
ippTools/src/bgtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/dbconfig/background.md
r28179 r28475 13 13 note STR 255 14 14 registered TAI NULL 15 magicked S64 0 15 16 END 16 17 … … 48 49 note STR 255 49 50 registered TAI NULL 51 magicked S64 0 50 52 END 51 53 -
branches/pap/ippTools/share/pxadmin_create_tables.sql
r28461 r28475 1694 1694 note VARCHAR(255), -- note 1695 1695 registered TIMESTAMP DEFAULT CURRENT_TIMESTAMP, -- time run was registered 1696 magicked BIGINT DEFAULT 0 NOT NULL, -- magic status 1696 1697 PRIMARY KEY(chip_bg_id), 1697 1698 KEY(chip_id), … … 1740 1741 note VARCHAR(255), -- note 1741 1742 registered TIMESTAMP DEFAULT CURRENT_TIMESTAMP, -- time run was registered 1743 magicked BIGINT DEFAULT 0 NOT NULL, -- magic status 1742 1744 PRIMARY KEY(warp_bg_id), 1743 1745 KEY(warp_id), -
branches/pap/ippTools/src/bgtool.c
r28473 r28475 432 432 reduction ? reduction : row->reduction, 433 433 note ? note : row->note, 434 NULL )) {434 NULL, 0)) { 435 435 psError(psErrorCodeLast(), false, "database error"); 436 436 psFree(row); … … 1203 1203 reduction ? reduction : row->reduction, 1204 1204 note ? note : row->note, 1205 NULL )) {1205 NULL, 0)) { 1206 1206 psError(psErrorCodeLast(), false, "database error"); 1207 1207 psFree(row);
Note:
See TracChangeset
for help on using the changeset viewer.
