]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the (highly experimental) omit_readlock pragma that disables the use
authordrh <drh@noemail.net>
Sun, 6 Feb 2005 02:45:41 +0000 (02:45 +0000)
committerdrh <drh@noemail.net>
Sun, 6 Feb 2005 02:45:41 +0000 (02:45 +0000)
commit7bec505e26ab86cc9663f9c384956a3df6e3dc54
treed213121ac0a64e458b31c95bf187fb8ff62fb073
parenta2dc3b1a5e5c9182ccb9dfa31d0df8c59ffd7c4d
Add the (highly experimental) omit_readlock pragma that disables the use
of readlocks on read-only databases that are connected using ATTACH. (CVS 2317)

FossilOrigin-Name: 2155448d2128119f74241da0ea07d6713b71765c
manifest
manifest.uuid
src/btree.c
src/btree.h
src/main.c
src/pager.c
src/pager.h
src/pragma.c
src/sqliteInt.h
src/test2.c
tool/lempar.c