SQLite

Check-in [b387e2f9d2]
Login

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

Overview
Comment:Allow read-only cursors to use mmap pages even if there is an open write transaction.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | experimental-mmap
Files: files | file ages | folders
SHA1: b387e2f9d24dccac1fd040e309f6fc7ec1cfffba
User & Date: dan 2013-03-15 18:29:18.146
Context
2013-03-15
19:13
Fix a dropped error code in pager.c. (check-in: 022fdc986b user: dan tags: experimental-mmap)
18:29
Allow read-only cursors to use mmap pages even if there is an open write transaction. (check-in: b387e2f9d2 user: dan tags: experimental-mmap)
2013-03-14
18:34
Use mmap() to read from the database file in rollback mode. This branch is unix only for now. (check-in: 6f21d9cbf5 user: dan tags: experimental-mmap)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/btree.c.
Changes to src/pager.c.
Changes to src/pager.h.