]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The --enable-cross-thread-connect configuration option or the
authordrh <drh@noemail.net>
Thu, 24 Nov 2005 23:14:00 +0000 (23:14 +0000)
committerdrh <drh@noemail.net>
Thu, 24 Nov 2005 23:14:00 +0000 (23:14 +0000)
commit91636d58c0659c4d769f81891885b5dea7d55bcf
tree63d630e231b1a34a49e8a52c9c4921389f4c2199
parent22465ced29fe68e7179fdbae3e3a3685b025b7c8
The --enable-cross-thread-connect configuration option or the
-DSQLITE_ALLOW_XTHREAD_CONNECT compile-time option permits database
connections to be moved across threads.  This will cause latch-ups
and failures on some linux systems such as RedHat-9.  Do not use these
options if you want a portable build. (CVS 2778)

FossilOrigin-Name: 84aa4d58001ed943295f21f429c58c3c99b771d8
Makefile.in
configure
configure.ac
manifest
manifest.uuid
src/os_unix.c