Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add an experimental "BEGIN UNLOCKED" command. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | begin-concurrent |
Files: | files | file ages | folders |
SHA1: |
8079421604dbd40d03471dad6d121151 |
User & Date: | dan 2015-07-27 19:31:45.102 |
Context
2015-07-28
| ||
16:46 | Add some test cases and fix some small problems with BEGIN UNLOCKED transactions. (check-in: 6da0e962ad user: dan tags: begin-concurrent) | |
2015-07-27
| ||
19:31 | Add an experimental "BEGIN UNLOCKED" command. (check-in: 8079421604 user: dan tags: begin-concurrent) | |
13:49 | Version 3.8.11 (check-in: b8e92227a4 user: drh tags: trunk, release, version-3.8.11) | |
Changes
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/build.c.
Changes to src/main.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/parse.y.
Changes to src/sqliteInt.h.
Changes to src/vacuum.c.
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.
Changes to src/wal.c.
Changes to src/wal.h.
Added test/unlocked.test.
Changes to tool/mkkeywordhash.c.