]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Experimental implementation of pessimistic page-level locking based on
authordan <dan@noemail.net>
Wed, 26 Apr 2017 20:45:00 +0000 (20:45 +0000)
committerdan <dan@noemail.net>
Wed, 26 Apr 2017 20:45:00 +0000 (20:45 +0000)
commit1381bbc2622e557ab39aea12de4d9afc49a452a3
tree003c2970f16cba055e346c722bfd4ef3f92c52d7
parent4b1736957983f4248890c79efe693a77e1945418
Experimental implementation of pessimistic page-level locking based on
rollback mode.

FossilOrigin-Name: 64ecf7c7e512827e8a5a42f9f3ad92ff57ec868820e3943dbc74d5823f9a889d
15 files changed:
main.mk
manifest
manifest.uuid
src/pager.c
src/pager.h
src/server.c [new file with mode: 0644]
src/sqlite.h.in
src/sqliteInt.h
src/vdbeaux.c
test/permutations.test
test/server2.test [new file with mode: 0644]
test/server3.test [new file with mode: 0644]
test/servercrash.test [new file with mode: 0644]
test/tester.tcl
tool/mksqlite3c.tcl