aboutsummaryrefslogtreecommitdiff
path: root/test/thread2.test
Commit message (Collapse)AuthorAge
* Avoid running thread1.test or thread2.test if SQLITE_MUTEX_NOOP is defined.dan2011-04-07
| | | FossilOrigin-Name: 532ae32ea0f5e821dac643cbc4b041c103cadfdc
* Simplify os_unix.c by removing support for LinuxThreads. Linux systems mustdrh2010-05-14
| | | | | either use NPTL or else not share database connections across threads. FossilOrigin-Name: e294b696ba91512b1ca5547774c51ea07b4cb5bc
* Trying to open a transaction in one thread and close it in another is a ↵dan2009-09-09
| | | | | 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
* Remove the SQLITE_MUTEX_APPDEF compile-time option. The SQLITE_THREADSAFE=0drh2008-10-07
| | | | | | option always removes all mutex code. For application-defined mutexes only, use SQLITE_THREADSAFE=1 with SQLITE_MUTEX_NOOP=1. Ticket #3421. (CVS 5779) FossilOrigin-Name: 02a12eb1cfe9307c66556105a1a99d657cc01ab5
* Omit thread2.test if memory-management is enabled at compile time. (CVS 2975)danielk19772006-01-18
| | | FossilOrigin-Name: df91f685cacbcb3e048eaa03260b33bbcfcb321c
* Add tests and fix bugs in the new cross-thread lock resolution code.drh2006-01-15
When an unlock fails, do not leak file descriptors (ticket #1611). But we really ought to report SQLITE_MISUSE or some other error instead of just returning SQLITE_OK. (CVS 2945) FossilOrigin-Name: f68e05cb2be65fad43fac823b2a9c53b6d2e797d