Overview
Comment: | Added (declare (uses servermod)) and (import servermod) to fix megatest -cleanup-db |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.6569-multi-db |
Files: | files | file ages | folders |
SHA1: |
90ea1e537bda7d9536f040bd91565ac1 |
User & Date: | mmgraham on 2021-02-19 16:31:25 |
Other Links: | branch diff | manifest | tags |
Context
2021-02-19
| ||
22:00 | add to server file glob to skip server-kill match Leaf check-in: 931d0577a1 user: matt tags: v1.6569-multi-db | |
16:31 | Added (declare (uses servermod)) and (import servermod) to fix megatest -cleanup-db check-in: 90ea1e537b user: mmgraham tags: v1.6569-multi-db | |
12:12 | Merged wip branch check-in: a0f7ee0bf3 user: matt tags: v1.6569-multi-db | |
Changes
Modified db.scm from [629bb91e62] to [a8f36ca69a].
︙ | ︙ | |||
41 42 43 44 45 46 47 48 49 50 51 52 53 54 | (import commonmod) (declare (uses configfmod)) (import configfmod) (declare (uses dbmod)) (import dbmod) (include "common_records.scm") (include "db_records.scm") (include "key_records.scm") (include "run_records.scm") ;; MUST RESOLVE mt:process-triggers before these can move to dbmod. | > > > | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | (import commonmod) (declare (uses configfmod)) (import configfmod) (declare (uses dbmod)) (import dbmod) (declare (uses servermod)) (import servermod) (include "common_records.scm") (include "db_records.scm") (include "key_records.scm") (include "run_records.scm") ;; MUST RESOLVE mt:process-triggers before these can move to dbmod. |
︙ | ︙ |