SQLite

Check-in [8ade94ba67]
Login

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

Overview
Comment:Merge latest changes from begin-concurrent into this branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | begin-concurrent-pnu
Files: files | file ages | folders
SHA3-256: 8ade94ba6712827c672ddad8436f8b97cc520ced122e7d0043ad3c3ba94f1ed6
User & Date: dan 2018-03-02 18:26:50.448
Context
2018-03-20
14:00
Merge all recent trunk enchancements, and especially the autoincrement write reduction fix. (check-in: 257900494f user: drh tags: begin-concurrent-pnu)
2018-03-02
18:26
Merge latest changes from begin-concurrent into this branch. (check-in: 8ade94ba67 user: dan tags: begin-concurrent-pnu)
17:59
Update this branch with recent checkpoint related changes from trunk. (check-in: fb6b793860 user: dan tags: begin-concurrent)
2018-02-20
21:00
Add extra code to log details when corruption is detected in the pointer-map structure maintained by the b-tree layer in begin-concurrent transactions. (check-in: 5702337160 user: dan tags: begin-concurrent-pnu)
Changes
Unified Diff Side-by-Side Diff Patch
Added .fossil-settings/empty-dirs.
Added .fossil-settings/ignore-glob.
Changes to Makefile.in.
Changes to Makefile.msc.
Changes to README.md.
Changes to VERSION.
Changes to autoconf/Makefile.am.
Changes to autoconf/Makefile.msc.
Changes to autoconf/configure.ac.
Changes to configure.
Changes to configure.ac.
Added ext/expert/README.md.
Added ext/expert/expert.c.
Added ext/expert/expert1.test.
Added ext/expert/sqlite3expert.c.
Added ext/expert/sqlite3expert.h.
Added ext/expert/test_expert.c.
Changes to ext/fts3/fts3_write.c.
Changes to ext/fts5/fts5Int.h.
Changes to ext/fts5/fts5_aux.c.
Changes to ext/fts5/fts5_expr.c.
Changes to ext/fts5/fts5_index.c.
Changes to ext/fts5/fts5_storage.c.
Changes to ext/fts5/fts5_tcl.c.
Changes to ext/fts5/fts5parse.y.
Changes to ext/fts5/test/fts5aa.test.
Changes to ext/fts5/test/fts5af.test.
Changes to ext/fts5/test/fts5fault6.test.
Changes to ext/fts5/test/fts5fault9.test.
Changes to ext/fts5/test/fts5faultB.test.
Added ext/fts5/test/fts5first.test.
Changes to ext/fts5/test/fts5query.test.
Changes to ext/icu/icu.c.
Changes to ext/lsm1/lsm-test/lsmtest.h.
Changes to ext/lsm1/lsm-test/lsmtest_tdb.c.
Changes to ext/lsm1/lsm-test/lsmtest_tdb3.c.
Changes to ext/lsm1/lsmInt.h.
Changes to ext/lsm1/lsm_ckpt.c.
Changes to ext/lsm1/lsm_file.c.
Changes to ext/lsm1/lsm_main.c.
Changes to ext/lsm1/lsm_sorted.c.
Added ext/lsm1/tool/mklsm1c.tcl.
Changes to ext/misc/README.md.
Added ext/misc/appendvfs.c.
Changes to ext/misc/btreeinfo.c.
Changes to ext/misc/compress.c.
Changes to ext/misc/fileio.c.
Changes to ext/misc/memvfs.c.
Added ext/misc/normalize.c.
Changes to ext/misc/rot13.c.
Changes to ext/misc/shathree.c.
Changes to ext/misc/spellfix.c.
Added ext/misc/sqlar.c.
Changes to ext/misc/unionvtab.c.
Added ext/misc/zipfile.c.
Added ext/misc/zorder.c.
Added ext/rbu/rbumulti.test.
Changes to ext/rtree/rtree.c.
Changes to ext/rtree/rtree.h.
Changes to ext/rtree/rtree1.test.
Changes to ext/rtree/rtree4.test.
Changes to ext/rtree/rtree5.test.
Changes to ext/rtree/rtree6.test.
Changes to ext/rtree/rtreeG.test.
Changes to ext/session/session4.test.
Changes to ext/session/sessionD.test.
Changes to ext/session/sessionG.test.
Added ext/session/sessionH.test.
Changes to ext/session/sessionat.test.
Added ext/session/sessionstat1.test.
Changes to ext/session/sqlite3session.c.
Changes to ext/session/sqlite3session.h.
Changes to main.mk.
Changes to src/analyze.c.
Changes to src/attach.c.
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/btreeInt.h.
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/date.c.
Changes to src/delete.c.
Changes to src/expr.c.
Changes to src/fkey.c.
Changes to src/func.c.
Changes to src/global.c.
Changes to src/insert.c.
Changes to src/loadext.c.
Changes to src/main.c.
Changes to src/malloc.c.
Changes to src/mutex.c.
Changes to src/mutex_unix.c.
Changes to src/mutex_w32.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/pager.c.
Changes to src/parse.y.
Changes to src/pragma.c.
Changes to src/prepare.c.
Changes to src/printf.c.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/shell.c.in.
Changes to src/sqlite.h.in.
Changes to src/sqlite3ext.h.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/test1.c.
Changes to src/test_config.c.
Changes to src/test_tclsh.c.
Changes to src/test_windirent.c.
Changes to src/test_windirent.h.
Changes to src/tokenize.c.
Changes to src/treeview.c.
Changes to src/trigger.c.
Changes to src/update.c.
Changes to src/util.c.
Changes to src/vacuum.c.
Changes to src/vdbe.c.
Changes to src/vdbe.h.
Changes to src/vdbeInt.h.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/vdbemem.c.
Changes to src/wal.c.
Changes to src/walker.c.
Changes to src/where.c.
Changes to src/wherecode.c.
Changes to src/whereexpr.c.
Changes to test/capi2.test.
Changes to test/capi3.test.
Changes to test/cast.test.
Changes to test/colname.test.
Changes to test/crash8.test.
Changes to test/delete_db.test.
Changes to test/distinct2.test.
Changes to test/exclusive.test.
Changes to test/expr.test.
Changes to test/fallocate.test.
Changes to test/fkey1.test.
Changes to test/fkey7.test.
Changes to test/fts3aa.test.
Changes to test/fts3rank.test.
Changes to test/fts4onepass.test.
Changes to test/func.test.
Added test/func6.test.
Changes to test/hook.test.
Changes to test/icu.test.
Changes to test/indexexpr1.test.
Changes to test/ioerr.test.
Added test/istrue.test.
Changes to test/join2.test.
Changes to test/journal1.test.
Changes to test/journal3.test.
Changes to test/jrnlmode.test.
Changes to test/jrnlmode2.test.
Changes to test/json101.test.
Changes to test/limit2.test.
Changes to test/lock4.test.
Changes to test/main.test.
Changes to test/malloc.test.
Changes to test/malloc3.test.
Changes to test/misc1.test.
Changes to test/misc7.test.
Changes to test/mjournal.test.
Changes to test/nockpt.test.
Added test/normalize.test.
Changes to test/notnull.test.
Changes to test/ossfuzz.c.
Changes to test/pager1.test.
Changes to test/pager3.test.
Changes to test/pagerfault.test.
Changes to test/permutations.test.
Changes to test/pragma5.test.
Changes to test/printf2.test.
Changes to test/releasetest.tcl.
Changes to test/rollback.test.
Changes to test/rowvalue.test.
Changes to test/securedel.test.
Changes to test/select1.test.
Changes to test/selectG.test.
Changes to test/sharedA.test.
Changes to test/shell1.test.
Changes to test/shell3.test.
Changes to test/shell6.test.
Added test/shell8.test.
Added test/snapshot3.test.
Changes to test/speedtest1.c.
Changes to test/spellfix.test.
Added test/spellfix4.test.
Changes to test/stmt.test.
Changes to test/stmtvtab1.test.
Changes to test/swarmvtab.test.
Changes to test/swarmvtab2.test.
Added test/swarmvtab3.test.
Changes to test/symlink.test.
Changes to test/sync.test.
Changes to test/sync2.test.
Changes to test/tempdb.test.
Changes to test/tester.tcl.
Changes to test/tkt-26ff0c2d1e.test.
Changes to test/tkt-7a31705a7e6.test.
Changes to test/tkt-a8a0d2996a.test.
Changes to test/tkt3334.test.
Changes to test/tkt3457.test.
Changes to test/trace.test.
Changes to test/triggerG.test.
Changes to test/update2.test.
Changes to test/vacuum4.test.
Changes to test/vacuum5.test.
Changes to test/varint.test.
Changes to test/wal2.test.
Changes to test/walfault.test.
Changes to test/walmode.test.
Changes to test/walprotocol.test.
Changes to test/walro.test.
Added test/walro2.test.
Added test/walrofault.test.
Changes to test/walthread.test.
Changes to test/whereF.test.
Changes to test/with2.test.
Added test/with4.test.
Changes to test/zerodamage.test.
Added test/zipfile.test.
Added test/zipfile2.test.
Added test/zipfilefault.test.
Changes to tool/addopcodes.tcl.
Changes to tool/lemon.c.
Changes to tool/lempar.c.
Changes to tool/mkshellc.tcl.
Changes to tool/speed-check.sh.
Added tool/sqltclsh.c.in.
Added tool/sqltclsh.tcl.