Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | The call to put the test database into WAL mode was only happening on -r, which meant it didn't happen in swarm mode, since all processes run the same way. Moved it down into the unconditional step that creates the initial table if it doesn't already exist. |
|---|---|
| Downloads: | See separate download page |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
513059f9915864758050641023721aa5 |
| User & Date: | tangent 2022-09-27 21:32:47.599 |
Context
|
2022-09-27
| ||
| 21:55 | Added swarm-shell and swarm-stop targets the walbanger makefile, and added the sqlite3 CLI to the container for use by the former, so we don't have to manually create a debugging container inside the swarm to check the DB file. check-in: 5b36c9a4af user: tangent tags: trunk | |
| 21:32 | The call to put the test database into WAL mode was only happening on -r, which meant it didn't happen in swarm mode, since all processes run the same way. Moved it down into the unconditional step that creates the initial table if it doesn't already exist. check-in: 513059f991 user: tangent tags: trunk | |
| 20:56 | Naming the walbanger DBVOL after the EXE name, leaving off the "-vol" appendage. We don't need to disambiguate the namespace; service names and volume names don't collide. check-in: 7858c90fd4 user: tangent tags: trunk | |
Changes
Changes to walbanger/harvey.cpp.