/ Changes On Branch checkpoint-truncate
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch checkpoint-truncate Excluding Merge-Ins

This is equivalent to a diff from 61b31e7714 to 6ee08769f0

2014-12-02
20:51
Add support for SQLITE_CHECKPOINT_TRUNCATE. (check-in: edda2b9e7a user: drh tags: trunk)
19:35
When attempting to restart a wal file, make any required calls to sqlite3_randomness() before waiting on or checking for wal file readers. This restores the behaviour exhibited by the trunk. (Closed-Leaf check-in: 6ee08769f0 user: dan tags: checkpoint-truncate)
19:04
Add the SQLITE_CHECKPOINT_TRUNCATE option. (check-in: 8e20a43419 user: dan tags: checkpoint-truncate)
16:38
Merge all recent enhancements and bug fixes from trunk into the apple-osx branch. (check-in: 43c4ba26a2 user: drh tags: apple-osx)
16:31
Merge all recent fixes and enhancements from trunk into sessions. (check-in: 2617d93713 user: drh tags: sessions)
16:16
Convert two unreachable branches into assert() statements. (check-in: 61b31e7714 user: drh tags: trunk)
13:46
Work around overzealous NULL pointer checking in memcpy() and memset() for some systems. (check-in: 0d04f380e1 user: drh tags: trunk)

Changes to src/main.c.

Changes to src/pragma.c.

Changes to src/sqlite.h.in.

Changes to src/test1.c.

Changes to src/vdbe.c.

Changes to src/wal.c.

Changes to test/wal5.test.