SQLite

Changes On Branch wal-incr-ckpt
Login

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

Changes In Branch wal-incr-ckpt Excluding Merge-Ins

This is equivalent to a diff from 15abbc34 to f4b9003a

2010-06-01
15:24
The incremental checkpoint feature is not perfect yet, but it is working well enough to merge it into the trunk. (check-in: 1d3e569e user: drh tags: trunk)
14:30
Merge with [15abbc3416]. (Closed-Leaf check-in: f4b9003a user: dan tags: wal-incr-ckpt)
14:12
If an attempt to get a read-lock on the WAL fails with SQLITE_BUSY_RECOVER, call the busy-handler at the btree level. (check-in: ce644965 user: dan tags: wal-incr-ckpt)
2010-05-31
06:38
Changes to the way one of the WAL/OOM tests works. (check-in: 15abbc34 user: dan tags: trunk)
2010-05-29
08:40
Add tests to fkey2.test to check that ON CONFLICT clauses do not affect SQLite's behaviour when an FK constraint is violated. (check-in: e9e5b100 user: dan tags: trunk)

Changes to src/btree.c.

Changes to src/os.c.

Changes to src/os.h.

Changes to src/os_unix.c.

Changes to src/os_win.c.

Changes to src/pager.c.

Changes to src/sqlite.h.in.

Changes to src/test1.c.

Changes to src/test6.c.

Changes to src/test_devsym.c.

Changes to src/test_osinst.c.

Changes to src/test_vfs.c.

Changes to src/vdbe.c.

Changes to src/wal.c.

Changes to src/wal.h.

Changes to test/filectrl.test.

Changes to test/lock_common.tcl.

Changes to test/wal.test.

Changes to test/wal2.test.

Changes to test/walthread.test.