Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Begin making experimental changes to use mmap() for reading content from a database. The code compiles, but crashes on the test suite. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | mmap-experimental |
Files: | files | file ages | folders |
SHA1: |
09be42d5fa7ef692428579d4d8d48b33 |
User & Date: | drh 2011-11-14 01:55:02.731 |
Context
2011-11-14
| ||
12:34 | Further work on mmap(). Still does not work right - autovacuum tests are the first to fail. (Closed-Leaf check-in: 638a39bbaa user: drh tags: mmap-experimental) | |
01:55 | Begin making experimental changes to use mmap() for reading content from a database. The code compiles, but crashes on the test suite. (check-in: 09be42d5fa user: drh tags: mmap-experimental) | |
2011-11-13
| ||
21:44 | Add a version number to the sqlite3_pcache_methods2 object. Other PCACHE2 documentation improvements. (Closed-Leaf check-in: 9f839ac05a user: drh tags: experimental-pcache) | |
Changes
Changes to src/btree.c.
Changes to src/os.c.
Changes to src/os.h.
Changes to src/os_unix.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/pcache.c.
Changes to src/pcache.h.
Changes to src/sqlite.h.in.
Changes to test/syscall.test.