SQLite

Check-in [64ecf7c7e5]
Login

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

Overview
Comment:Experimental implementation of pessimistic page-level locking based on rollback mode.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | server-edition
Files: files | file ages | folders
SHA3-256: 64ecf7c7e512827e8a5a42f9f3ad92ff57ec868820e3943dbc74d5823f9a889d
User & Date: dan 2017-04-26 20:45:00.409
Context
2017-04-27
13:05
If possible, delete the journal file when a database connection is closed. (check-in: d5b5326df2 user: dan tags: server-edition)
2017-04-26
20:45
Experimental implementation of pessimistic page-level locking based on rollback mode. (check-in: 64ecf7c7e5 user: dan tags: server-edition)
17:21
Add new test file cachespill.test. (check-in: 2d0b64316d user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to main.mk.
Changes to src/pager.c.
Changes to src/pager.h.
Added src/server.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/vdbeaux.c.
Changes to test/permutations.test.
Added test/server2.test.
Added test/server3.test.
Added test/servercrash.test.
Changes to test/tester.tcl.
Changes to tool/mksqlite3c.tcl.