SQLite

Changes On Branch experimental-mmap
Login

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

Changes In Branch experimental-mmap Excluding Merge-Ins

This is equivalent to a diff from 5062db67 to b2a72be9

2013-04-04
00:40
Try to use mmap() to speed access to the database file on windows, linux, and mac. (check-in: fff2be60 user: drh tags: trunk)
2013-04-03
21:23
Release resources prior to bailing out of the btreeCreateTable() routine following an OOM error. (Closed-Leaf check-in: b2a72be9 user: drh tags: experimental-mmap)
20:04
Remove an unreachable branch in the direct blob I/O logic of btree.c. (check-in: f97d7274 user: drh tags: experimental-mmap)
2013-03-27
03:15
Candidate fix for ticket [6bfb98dfc0c]: Make sure invalid cursors drop all references to database pages prior to doing any insert or update. (check-in: 322a5f08 user: drh tags: trunk)
2013-03-25
19:57
Merge all recent trunk changes into the experimental-mmap branch. (check-in: a607d63f user: drh tags: experimental-mmap)
12:02
Add a second test for [38b1ae018f]. (check-in: 5062db67 user: dan tags: trunk)
11:38
In fts3, when filtering lists for hits in a specific column, edit the list in place in the same way as it is for NEAR filtering. Fix for [38b1ae018f]. (check-in: f85f9103 user: dan tags: trunk)

Changes to src/backup.c.

Changes to src/btree.c.

Changes to src/btree.h.

Changes to src/ctime.c.

Changes to src/global.c.

Changes to src/main.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/pager.h.

Changes to src/pcache.h.

Changes to src/pragma.c.

Changes to src/shell.c.

Changes to src/sqlite.h.in.

Changes to src/sqliteInt.h.

Changes to src/sqliteLimit.h.

Changes to src/test1.c.

Changes to src/test_syscall.c.

Changes to src/wal.c.

Changes to src/wal.h.

Added test/btreefault.test.

Changes to test/dbstatus2.test.

Changes to test/exclusive2.test.

Changes to test/func.test.

Changes to test/incrblob.test.

Changes to test/malloc_common.tcl.

Added test/mmap1.test.

Added test/mmap2.test.

Changes to test/pagerfault.test.

Changes to test/pageropt.test.

Changes to test/permutations.test.

Changes to test/speed1p.test.

Changes to test/syscall.test.

Changes to test/sysfault.test.

Changes to test/wal.test.

Changes to test/wal5.test.