SQLite

Check-in [f295e7ed5f]
Login

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

Overview
Comment:Merge the experimental shared-memory mmap-by-chunk changes into the trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f295e7ed5f04f6b8bffdaff8b565be3836ce4e80
User & Date: drh 2010-06-14 17:09:53.000
Context
2010-06-14
18:01
Move the xShmMap method to in between xShmLock and xShmBarrier, since it seems to fit in there logically. (check-in: 58dfd83d8b user: drh tags: trunk)
17:09
Merge the experimental shared-memory mmap-by-chunk changes into the trunk. (check-in: f295e7ed5f user: drh tags: trunk)
16:16
Add the new xShmMap (formerly xShmPage) to os_win.c. (check-in: 13e7a82422 user: dan tags: experimental)
2010-06-11
17:01
Refactor and simplify the logic used to change journalmode. (check-in: 95cc3f6fde user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
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/sqlite.h.in.
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/wal.c.
Changes to test/permutations.test.
Changes to test/wal2.test.
Changes to test/wal3.test.
Changes to test/walfault.test.