]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Attempt to detect when two or more threads try to use the same database at
authordrh <drh@noemail.net>
Fri, 10 May 2002 05:44:55 +0000 (05:44 +0000)
committerdrh <drh@noemail.net>
Fri, 10 May 2002 05:44:55 +0000 (05:44 +0000)
commit247be43d606204ef5ae0fc0173298670b5277742
tree3d11e0f93fcc74613c71f3afe486ca078aac8d30
parentd5feede1ffeb19fd2948eea6efa018b01a762273
Attempt to detect when two or more threads try to use the same database at
the same time and return an SQLITE_MISUSE error.  Also return this error
if an attempt is made to use a closed database. (CVS 558)

FossilOrigin-Name: a05fabd2df1cb38c555a7b2f31b0ca687db500c2
manifest
manifest.uuid
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/test2.c
src/util.c
src/vdbe.c
www/c_interface.tcl