SQLite

Check-in [262baee995]
Login

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

Overview
Comment:Add some test infrastructure and cases for the new mutex api. (CVS 5230)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 262baee9952b28afe5dc77eb7365ebb11a480906
User & Date: danielk1977 2008-06-18 09:45:56.000
Context
2008-06-18
13:27
Added new configuration options to query the low-level malloc interface and to provide memory buffers for scratch, page-cache, and heap memory allocators. (CVS 5231) (check-in: e36201a352 user: drh tags: trunk)
09:45
Add some test infrastructure and cases for the new mutex api. (CVS 5230) (check-in: 262baee995 user: danielk1977 tags: trunk)
02:01
Remove mem3.c and mem5.c from the amalgamation for the time being, since they do not currently work. We will add them back later once they are fixed. (CVS 5229) (check-in: 39b4e1ff4e user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to main.mk.
Changes to src/main.c.
Changes to src/mutex.c.
Changes to src/mutex_unix.c.
Changes to src/sqlite.h.in.
Changes to src/tclsqlite.c.
Added src/test_mutex.c.
Added test/mutex1.test.