Differences From Artifact [f2d817bbad]:
- File db.scm — part of check-in [81f57a1e46] at 2021-01-26 18:34:36 on branch v1.6569-refactor-server-key-chk — merged v1.6569-gt-crash-fix and fixed launch.scm to match (user: mmgraham, size: 219281) [annotate] [blame] [check-ins using]
To Artifact [403e3c3554]:
- File db.scm — part of check-in [77627223bc] at 2021-02-02 23:34:16 on branch v1.6569-multi-db — Added commonmod to all units (user: matt, size: 219328) [annotate] [blame] [check-ins using]
︙ | |||
31 32 33 34 35 36 37 38 39 40 41 42 43 44 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | + + + | (declare (unit db)) (declare (uses common)) (declare (uses keys)) (declare (uses ods)) (declare (uses client)) (declare (uses mt)) (declare (uses commonmod)) (import commonmod) (include "common_records.scm") (include "db_records.scm") (include "key_records.scm") (include "run_records.scm") (define *number-of-writes* 0) |
︙ |