]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Only open a read-only connection to shared-memory if the "readonly_shm=1" option...
authordan <dan@noemail.net>
Wed, 11 May 2011 14:57:33 +0000 (14:57 +0000)
committerdan <dan@noemail.net>
Wed, 11 May 2011 14:57:33 +0000 (14:57 +0000)
commitb6d2f9c5ef0d6fa71b744bf5ccfb8ac83b5ed060
tree4f97a23a23314f13c1674d04c3c2dac470a317a1
parent4edc6bf3eed92fc5a5547406dec6760c9b062fcf
Only open a read-only connection to shared-memory if the "readonly_shm=1" option is specified as part of the database file URI (and if a read-write connection fails).

FossilOrigin-Name: 671ba5fc59f7a958e5a4138d2425b1173a442ad7
manifest
manifest.uuid
src/attach.c
src/btree.h
src/main.c
src/pager.c
src/pager.h
src/sqliteInt.h
src/wal.c
src/wal.h
test/walro.test