Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add some 'const' markers to static data that is really constant. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e7073e23b80e7cae0c76d42f014ee9b2 |
User & Date: | dan 2010-06-02 05:53:53.000 |
Context
2010-06-02
| ||
12:58 | Undo one of the "const" markers from the previous check-in because the value needs to be changable, even if it is not actually ever changed in the current implementation. (check-in: c24ac3563f user: drh tags: trunk) | |
05:53 | Add some 'const' markers to static data that is really constant. (check-in: e7073e23b8 user: dan tags: trunk) | |
2010-06-01
| ||
21:02 | The shared-memory used by WAL on linux now really is shared memory in /dev/shm. On other unix flavors, the file is in a temporary directory rather than in the same directory as the database. (check-in: fc18c4aadb user: drh tags: trunk) | |
Changes
Changes to src/analyze.c.
Changes to src/attach.c.
Changes to src/build.c.
Changes to src/memjournal.c.
Changes to src/mutex.c.
Changes to src/mutex_noop.c.
Changes to src/mutex_os2.c.
Changes to src/mutex_unix.c.
Changes to src/mutex_w32.c.
Changes to src/pcache1.c.
Changes to src/sqliteInt.h.