SQLite

Check-in [435b57dc2b]
Login

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

Overview
Comment:Merge in the latest changes from the trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: 435b57dc2be7b071270a6cddece297758b8153aa
User & Date: drh 2011-04-06 22:33:50.737
Context
2011-04-06
23:39
Fix VC++ compiler warnings. (check-in: 7b7c8d366c user: drh tags: sessions)
22:33
Merge in the latest changes from the trunk. (check-in: 435b57dc2b user: drh tags: sessions)
22:05
Fix a performance regression: Keep two btree masks in each prepared statement; one for btrees used and another for btrees that require locks. Only try to lock the btrees identified by the second mask. (check-in: 614de91a50 user: drh tags: trunk)
2011-04-05
22:13
Merge the latest trunk changes into the sessions branch. (check-in: 45f2026172 user: drh tags: sessions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/btmutex.c.
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/loadext.c.
Changes to src/os_unix.c.
Changes to src/select.c.
Changes to src/sqliteLimit.h.
Changes to src/test_server.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeaux.c.
Added test/attach4.test.
Changes to test/releasetest.tcl.
Changes to test/syscall.test.
Changes to test/wal.test.
Changes to tool/omittest.tcl.