]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not put a write lock on the main database file when writing to a temporary
authordrh <drh@noemail.net>
Sat, 14 Sep 2002 13:47:32 +0000 (13:47 +0000)
committerdrh <drh@noemail.net>
Sat, 14 Sep 2002 13:47:32 +0000 (13:47 +0000)
commitcabb0819714a045d8c4c54edc5d8da8d7bdf82a6
treeae5e9aefe79ed33c99a736eb6bc920fa67d83078
parent41a3bd0a019aeaf9d4b13777ed9e837b6cf78d80
Do not put a write lock on the main database file when writing to a temporary
table. (CVS 750)

FossilOrigin-Name: 3f253afe15d4f7392555f340a41d780d1248087f
12 files changed:
manifest
manifest.uuid
src/build.c
src/delete.c
src/insert.c
src/sqliteInt.h
src/tclsqlite.c
src/trigger.c
src/update.c
src/vdbe.c
test/lock.test
test/tclsqlite.test