SQLite

Check-in [6994826c07]
Login

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

Overview
Comment:Merge the latest trunk changes into the sessions branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: 6994826c0784280f2e9728dfa4185848846d03df
User & Date: drh 2013-04-22 23:59:06.075
Context
2013-05-03
18:29
Merge all recent trunk changes into the sessions branch. (check-in: 3879ab1b53 user: drh tags: sessions)
2013-04-22
23:59
Merge the latest trunk changes into the sessions branch. (check-in: 6994826c07 user: drh tags: sessions)
23:38
Fix harmless compiler warnings. (check-in: 1a1cf5aa86 user: drh tags: trunk)
2013-04-12
13:53
Fix the xCheckReservedLock() method on the windows VFS so that it cannot return a false positive when two or more processes use it at the same time on the same file. Ticket [7ff3120e4fa54abb55]. Update to version 3.7.16.2. (check-in: 67b3c0efa7 user: drh tags: sessions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to Makefile.vxworks.
Changes to ext/fts3/fts3.c.
Changes to ext/fts3/fts3Int.h.
Changes to ext/fts3/fts3_aux.c.
Added ext/fts3/fts3_tokenize_vtab.c.
Changes to ext/rtree/rtree1.test.
Changes to ext/rtree/rtree5.test.
Changes to main.mk.
Added mptest/config01.test.
Added mptest/config02.test.
Added mptest/crash01.test.
Added mptest/crash02.subtest.
Added mptest/mptest.c.
Added mptest/multiwrite01.test.
Changes to src/backup.c.
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/ctime.c.
Changes to src/func.c.
Changes to src/global.c.
Changes to src/legacy.c.
Changes to src/loadext.c.
Changes to src/main.c.
Changes to src/memjournal.c.
Changes to src/os.c.
Changes to src/os.h.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/pcache.h.
Changes to src/pragma.c.
Changes to src/prepare.c.
Changes to src/resolve.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/sqlite3ext.h.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/test2.c.
Changes to src/test3.c.
Changes to src/test4.c.
Changes to src/test7.c.
Changes to src/test_autoext.c.
Changes to src/test_config.c.
Changes to src/test_sqllog.c.
Changes to src/test_syscall.c.
Changes to src/test_vfs.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeblob.c.
Changes to src/vdbetrace.c.
Changes to src/wal.c.
Changes to src/wal.h.
Changes to src/where.c.
Added test/btreefault.test.
Changes to test/dbstatus2.test.
Changes to test/exclusive2.test.
Changes to test/fts3aux1.test.
Added test/fts3tok1.test.
Added test/fts3tok_err.test.
Changes to test/func.test.
Changes to test/incrblob.test.
Changes to test/loadext.test.
Changes to test/malloc_common.tcl.
Added test/mmap1.test.
Added test/mmap2.test.
Changes to test/pager1.test.
Changes to test/pager2.test.
Changes to test/pagerfault.test.
Changes to test/pageropt.test.
Changes to test/permutations.test.
Added test/resolver01.test.
Changes to test/speed1p.test.
Changes to test/syscall.test.
Changes to test/sysfault.test.
Changes to test/tester.tcl.
Changes to test/tkt2822.test.
Changes to test/wal.test.
Changes to test/wal5.test.
Changes to test/walfault.test.
Changes to test/win32lock.test.
Changes to tool/mksqlite3c.tcl.