Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Support compile-time option SQLITE_OMIT_WAL, for building without WAL support. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | wal |
Files: | files | file ages | folders |
SHA1: |
9b230c43dfa112e3e1589f9775926807 |
User & Date: | dan 2010-05-01 16:40:20.000 |
Context
2010-05-01
| ||
17:50 | Rework mutexes on the SHM implemention for os_unix to avoid a deadlock during WAL recovery. (check-in: 1a0f69bef2 user: drh tags: wal) | |
16:40 | Support compile-time option SQLITE_OMIT_WAL, for building without WAL support. (check-in: 9b230c43df user: dan tags: wal) | |
11:33 | Fix a typo in the walmode.test test script introducted yesterday. (check-in: dcabc90ca5 user: drh tags: wal) | |
Changes
Changes to src/btree.c.
Changes to src/main.c.
Changes to src/os_unix.c.
Changes to src/pager.c.
Changes to src/pragma.c.
Changes to src/sqliteInt.h.
Changes to src/test_config.c.
Changes to src/vdbe.c.
Changes to src/vdbeapi.c.
Changes to src/wal.c.
Changes to src/wal.h.
Changes to test/corruptA.test.
Changes to test/rdonly.test.
Changes to test/wal.test.
Changes to test/walbak.test.
Changes to test/walcrash.test.
Changes to test/walhook.test.
Changes to test/walmode.test.
Changes to test/walslow.test.
Changes to test/walthread.test.