SQLite

Check-in [ca86d04be1]
Login

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

Overview
Comment:Pull over all the latest trunk changes.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | wal-trace-375
Files: files | file ages | folders
SHA1: ca86d04be158df89f474e5b82ce3418d282074d7
User & Date: drh 2011-01-18 17:34:39.027
Context
2011-02-19
14:19
Changes which attempt to address an obscure SQLITE_PROTOCOL error. (Leaf check-in: 1725aa7501 user: drh tags: wal-trace-375)
2011-01-18
17:34
Pull over all the latest trunk changes. (check-in: ca86d04be1 user: drh tags: wal-trace-375)
17:03
Do not use mutexes in the pcache implementation unless SQLITE_ENABLE_MEMORY_MANAGMENT is defined. This is a performance enhancement. A side effect is that pcaches will not steal pages from one another unless ENABLE_MEMORY_MANAGEMENT is set, or unless SQLITE_THREADSAFE=0. (check-in: e5ca59e63b user: drh tags: trunk)
2011-01-05
12:50
Add detailed error logging to WAL in an effort to track down an obscure SQLITE_PROTOCOL problem. This code is intended for debugging and not for release. (check-in: 2c2afdd0ad user: drh tags: wal-trace-375)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to VERSION.
Changes to configure.
Changes to ext/fts3/fts3_snippet.c.
Changes to ext/fts3/fts3_write.c.
install-sh became executable.
Changes to src/backup.c.
Changes to src/btree.c.
Changes to src/btreeInt.h.
Changes to src/ctime.c.
Changes to src/pager.c.
Changes to src/pcache1.c.
Changes to src/sqlite.h.in.
Changes to src/test_config.c.
Changes to src/test_vfs.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to test/capi2.test.
Changes to test/exclusive2.test.
Changes to test/fkey2.test.
Changes to test/fts3matchinfo.test.
Changes to test/jrnlmode3.test.
Changes to test/memsubsys1.test.
Changes to test/mutex1.test.
Changes to test/pager1.test.
Changes to test/pager2.test.
Changes to test/pcache.test.
test/progress.test became a regular file.
Changes to test/savepoint.test.
Added test/tkt-5d863f876e.test.
tool/mkopts.tcl became a regular file.
Changes to tool/mksqlite3h.tcl.
Changes to tool/shell1.test.
Changes to tool/showdb.c.