Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix compilation without SQLITE_ENABLE_UNLOCKED. Also other code organization issues. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | begin-concurrent |
Files: | files | file ages | folders |
SHA1: |
041135575417201bbcf0544cc69dcb73 |
User & Date: | dan 2015-08-24 16:00:08.023 |
Context
2015-08-24
| ||
19:08 | Fix handling of attempts to modify the database schema, application_id or user_version within an UNLOCKED transaction. (check-in: 5b9f272113 user: dan tags: begin-concurrent) | |
16:00 | Fix compilation without SQLITE_ENABLE_UNLOCKED. Also other code organization issues. (check-in: 0411355754 user: dan tags: begin-concurrent) | |
10:05 | Consolidate two blocks of similar code in btreeFixUnlocked(). (check-in: 701302b4bd user: dan tags: begin-concurrent) | |
Changes
Changes to src/btree.c.
Changes to src/pager.c.
Changes to src/test_config.c.
Changes to src/vdbeaux.c.
Changes to src/wal.c.
Changes to test/unlocked.test.
Changes to test/unlocked2.test.
Changes to test/unlocked3.test.