SQLite

Changes On Branch two-mappings
Login

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

Changes In Branch two-mappings Excluding Merge-Ins

This is equivalent to a diff from 30c0a693 to 80c63443

2013-04-01
14:20
Minor changes to unixMapfile() function. (Leaf check-in: 80c63443 user: dan tags: two-mappings)
2013-03-29
19:38
Further fixes for test scripts. (check-in: 23ffa4f9 user: dan tags: two-mappings)
2013-03-26
20:32
Change os_unix.c to use either one or two mappings internally. (check-in: e7698cba user: dan tags: two-mappings)
14:36
Change the name of the Pager.pFree field to Pager.pMmapFreelist. (check-in: 611bd824 user: drh tags: experimental-mmap)
14:16
In btree.c, save the positions of any open cursors before moving any pages around to auto-vacuum the database on commit. (check-in: 30c0a693 user: dan tags: experimental-mmap)
01:07
Previous check-in accidently left mmap turned off by default. This checkin fixes that. Unfortunately, shared.test is now segfaulting. All other veryquick tests appear to work, however. (check-in: a850c731 user: drh tags: experimental-mmap)

Changes to src/btree.c.

Changes to src/os_unix.c.

Changes to src/pager.c.

Changes to src/wal.c.

Changes to test/autovacuum.test.

Changes to test/backup.test.

Changes to test/backup4.test.

Changes to test/corrupt2.test.

Changes to test/corrupt3.test.

Changes to test/corrupt6.test.

Changes to test/corrupt7.test.

Changes to test/corruptC.test.

Changes to test/corruptF.test.

Changes to test/crash.test.

Changes to test/createtab.test.

Changes to test/dbstatus2.test.

Changes to test/e_vacuum.test.

Changes to test/filefmt.test.

Changes to test/format4.test.

Changes to test/incrblob.test.

Changes to test/incrvacuum.test.

Changes to test/io.test.

Changes to test/jrnlmode.test.

Changes to test/lock4.test.

Changes to test/mallocH.test.

Changes to test/pager1.test.

Changes to test/pagerfault.test.

Changes to test/pagesize.test.

Changes to test/permutations.test.

Changes to test/pragma.test.

Changes to test/pragma2.test.

Changes to test/quota.test.

Changes to test/sqllimits1.test.

Changes to test/tester.tcl.

Changes to test/tkt1512.test.

Changes to test/tkt2920.test.

Changes to test/vacuum3.test.

Changes to test/wal.test.

Changes to test/wal5.test.

Changes to test/wal9.test.

Changes to test/walbak.test.

Changes to test/walcksum.test.

Changes to test/walhook.test.

Changes to test/walmode.test.