SQLite

Check-in [dc0763455b]
Login

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

Overview
Comment:Fixes to the file locking. 109 tests are now failing. (CVS 1548)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: dc0763455bbf54c1d8728e16033709caedd6e1c6
User & Date: drh 2004-06-09 17:37:23.000
Context
2004-06-09
19:03
Remove legacy journal formats. (CVS 1549) (check-in: a12bef4a08 user: drh tags: trunk)
17:37
Fixes to the file locking. 109 tests are now failing. (CVS 1548) (check-in: dc0763455b user: drh tags: trunk)
14:17
Add the "lock_status" pragma - only available when SQLITE_DEBUG is defined. Used for testing only. (CVS 1547) (check-in: 0ecbba78fc user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/btree.c.
Changes to src/os.h.
Changes to src/os_common.h.
Changes to src/os_unix.c.
Changes to src/os_unix.h.
Changes to src/os_win.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/test1.c.
Changes to src/vdbeaux.c.
Changes to test/attach2.test.