]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Trying to open a transaction in one thread and close it in another is a misuse with...
authordan <dan@noemail.net>
Wed, 9 Sep 2009 18:46:52 +0000 (18:46 +0000)
committerdan <dan@noemail.net>
Wed, 9 Sep 2009 18:46:52 +0000 (18:46 +0000)
commit11b3879b18d48d6a06f71fcbef0edca17ca31268
tree93889995b770505e295c95068bb890f0b190b999
parent3f022189dd7baca7c89c62f9c154067da2c389c0
Trying to open a transaction in one thread and close it in another is a misuse with LinuxThreads. Doing so may cause memory and file-descriptors to be leaked. Update an assert() and some test cases to account for this.

FossilOrigin-Name: ef99eb57c536d82e7c19fd3d990c17793cc64a3f
manifest
manifest.uuid
src/os_unix.c
src/test4.c
test/thread2.test