SQLite

Check-in [f073401792]
Login

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

Overview
Comment:Merge recent fixes and enhancements from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA1: f073401792c0a093d4324fc2636170f108656976
User & Date: drh 2016-02-09 15:50:33.582
Context
2016-02-13
17:35
Merge changes from the 3.11.0 release candidate. (check-in: d198a6db2e user: drh tags: apple-osx)
2016-02-09
15:50
Merge recent fixes and enhancements from trunk. (check-in: f073401792 user: drh tags: apple-osx)
02:12
Make sure every co-routines has its own set of temporary registers and does not share temporaries, since a co-routine might expect the content of a temporary register to be preserved across an OP_Yield. Proposed fix for ticket [d06a25c84454a]. (check-in: ca72be8618 user: drh tags: trunk)
2016-02-05
14:29
Merge OOM handling optimizations and PRAGMA synchronous=EXTRA as well as other enhancements from trunk. (check-in: 201fcbeef3 user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to autoconf/Makefile.msc.
Changes to ext/fts3/fts3_tokenizer.c.
Changes to ext/fts5/fts5Int.h.
Changes to ext/fts5/fts5_buffer.c.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/fts5_main.c.
Changes to ext/fts5/fts5_varint.c.
Changes to ext/fts5/test/fts5ad.test.
Changes to ext/fts5/test/fts5config.test.
Changes to ext/fts5/test/fts5detail.test.
Changes to main.mk.
Changes to src/alter.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/insert.c.
Changes to src/main.c.
Changes to src/malloc.c.
Changes to src/select.c.
Changes to src/test_config.c.
Changes to src/tokenize.c.
Changes to src/vdbe.h.
Changes to src/vdbeaux.c.
Changes to test/analyze9.test.
Changes to test/analyzeB.test.
Changes to test/analyzeD.test.
Changes to test/cacheflush.test.
Changes to test/cffault.test.
Changes to test/corruptH.test.
Changes to test/corruptI.test.
Changes to test/cost.test.
Changes to test/e_blobbytes.test.
Changes to test/e_blobclose.test.
Changes to test/e_blobopen.test.
Changes to test/e_blobwrite.test.
Changes to test/e_walckpt.test.
Changes to test/fkey8.test.
Changes to test/fordelete.test.
Changes to test/fts3atoken.test.
Changes to test/fts3conf.test.
Changes to test/fts3expr4.test.
Changes to test/fts3join.test.
Changes to test/fts3matchinfo.test.
Changes to test/fts3offsets.test.
Changes to test/fts3snippet.test.
Changes to test/fts4check.test.
Changes to test/fts4content.test.
Changes to test/fts4growth.test.
Changes to test/fts4growth2.test.
Changes to test/fts4langid.test.
Changes to test/fts4noti.test.
Changes to test/fts4onepass.test.
Changes to test/fuzz3.test.
Changes to test/incrcorrupt.test.
Changes to test/mallocK.test.
Changes to test/mallocL.test.
Changes to test/ovfl.test.
Changes to test/pragma2.test.
Changes to test/quota.test.
Changes to test/rollback2.test.
Changes to test/rollbackfault.test.
Changes to test/select4.test.
Changes to test/select7.test.
Changes to test/shared3.test.
Changes to test/snapshot.test.
Changes to test/sort3.test.
Changes to test/sort5.test.
Changes to test/spellfix.test.
Changes to test/sqllog.test.
Changes to test/tkt-9f2eb3abac.test.
Changes to test/tkt-ba7cbfaedc.test.
Changes to test/triggerE.test.
Changes to test/vtab_shared.test.
Changes to test/wal6.test.
Changes to test/waloverwrite.test.
Changes to test/whereI.test.
Changes to test/withM.test.
Changes to tool/mkkeywordhash.c.
Added tool/srcck1.c.