SQLite

All files named ”test/mutex2.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/mutex2.test

2008-10-07
15:25
[bfeaeac2e7] part of check-in [02a12eb1cf] Remove the SQLITE_MUTEX_APPDEF compile-time option. The SQLITE_THREADSAFE=0 option always removes all mutex code. For application-defined mutexes only, use SQLITE_THREADSAFE=1 with SQLITE_MUTEX_NOOP=1. Ticket #3421. (CVS 5779) (check-in: [02a12eb1cf] user: drh branch: trunk, size: 2229)
2008-07-19
13:43
[56f282f436] part of check-in [d8be91e2d2] To ensure SQLITE_THREADSAFE is always defined, have test_mutex.c include sqliteInt.h. (CVS 5443) (check-in: [d8be91e2d2] user: danielk1977 branch: trunk, size: 2193)
2008-07-16
12:25
[4d98b88a55] part of check-in [a3a7820540] Activate testing of mem3 and mem5. Fix problems found. Tickets #3223 and #3225. Other test configuration changes. (CVS 5419) (check-in: [a3a7820540] user: drh branch: trunk, size: 2154)
2008-07-14
12:52
[240cfcb509] part of check-in [4961b0bbe8] Write sqlite3_initialize() calls in sqlite3_malloc() within SQLITE_OMIT_AUTOINIT. Ticket #3217. (CVS 5408) (check-in: [4961b0bbe8] user: drh branch: trunk, size: 2125)
2008-07-11
13:53
[dce072fe92] part of check-in [c9ffbfe343] Fix minor problems in the test scripts and harness. (CVS 5394) (check-in: [c9ffbfe343] user: drh branch: trunk, size: 2158)
2008-07-10
18:13
[64a627f58c] part of check-in [ed8b252500] Enhancements to the testing logic for malloc and mutex. Only permit one of MEMSYS3/5 to be compiled-in at a time. Omit the SQLITE_CONFIG_MEMSYS3/5 configuration options. (CVS 5389) (check-in: [ed8b252500] user: drh branch: trunk, size: 2172)
2008-07-08
02:12
Added: [a006d75371] part of check-in [65875005ac] Add tests to verify correct behavior when mutex initialization fails. (CVS 5359) (check-in: [65875005ac] user: drh branch: trunk, size: 2060)
2008-06-21
12:15
Deleted: Remove mutex2.test. It will be replaced later today by permutations.test. (CVS 5261) (check-in: [98a6a0a30f] user: danielk1977 branch: trunk, size: 0)
2008-06-18
17:09
Added: [6c8f4a5425] part of check-in [5059644c4b] Implement the 'CONFIG_SINGLETHREAD' and 'CONFIG_MULTITHREAD' configuration modes. (CVS 5234) (check-in: [5059644c4b] user: danielk1977 branch: trunk, size: 1830)