SQLite

Changes On Branch begin-concurrent-pnu-wal2
Login

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

Changes In Branch begin-concurrent-pnu-wal2 Excluding Merge-Ins

This is equivalent to a diff from a93ca38b to 5a22010c

2023-02-02
20:27
Instead of free()ing them, retain allocated page buffers on an internal per-connection reuse-list when a page-cache is reset. (check-in: 754f3316 user: dan tags: bedrock)
14:27
Merge latest enhancments into this branch from branch wal2. (Leaf check-in: 5a22010c user: dan tags: begin-concurrent-pnu-wal2)
14:21
Merge trunk enhancements into this branch. (check-in: c9b01802 user: dan tags: wal2)
2023-01-12
15:44
Fix a startup race condition that could occur if a wal file grows from 0 bytes while a BEGIN CONCURRENT transaction is running. Cherrypick of [c1feca4d]. (check-in: 2c14f383 user: dan tags: begin-concurrent-pnu-wal2)
2019-03-08
15:30
Merge all the latest enhancements from trunk. (check-in: 667cce3d user: drh tags: begin-concurrent-pnu)
2018-12-18
18:01
Merge the wal2 feature into this branch. (check-in: a2c618c0 user: dan tags: begin-concurrent-pnu-wal2)
17:47
Merge latest begin-concurrent changes into this branch. (check-in: a93ca38b user: dan tags: begin-concurrent-pnu)
17:20
Merge latest trunk changes into this branch. (check-in: 123cbb33 user: dan tags: begin-concurrent)
2018-12-06
03:13
Merge fixes from trunk. (check-in: f2083ee4 user: drh tags: begin-concurrent-pnu)

Added LICENSE.md.

Changes to Makefile.in.

Changes to Makefile.linux-gcc.

Changes to Makefile.msc.

Changes to README.md.

Changes to VERSION.

Changes to autoconf/Makefile.am.

Changes to autoconf/Makefile.msc.

Changes to autoconf/README.txt.

Changes to autoconf/configure.ac.

Changes to autoconf/tea/Makefile.in.

Changes to autoconf/tea/configure.ac.

Changes to autoconf/tea/pkgIndex.tcl.in.

Changes to autoconf/tea/tclconfig/tcl.m4.

Changes to autoconf/tea/win/makefile.vc.

Changes to autoconf/tea/win/nmakehlp.c.

Changes to config.guess.

Deleted config.h.in.

Changes to config.sub.

Changes to configure.

Changes to configure.ac.

Added doc/begin_concurrent.md.

Added doc/json-enhancements.md.

Changes to doc/lemon.html.

Added doc/trusted-schema.md.

Added doc/vdbesort-memory.md.

Added doc/wal-lock.md.

Added doc/wal2.md.

Changes to ext/async/sqlite3async.c.

Changes to ext/async/sqlite3async.h.

Changes to ext/expert/expert1.test.

Changes to ext/expert/sqlite3expert.c.

Changes to ext/expert/sqlite3expert.h.

Deleted ext/fts1/README.txt.

Deleted ext/fts1/ft_hash.c.

Deleted ext/fts1/ft_hash.h.

Deleted ext/fts1/fts1.c.

Deleted ext/fts1/fts1.h.

Deleted ext/fts1/fts1_hash.c.

Deleted ext/fts1/fts1_hash.h.

Deleted ext/fts1/fts1_porter.c.

Deleted ext/fts1/fts1_tokenizer.h.

Deleted ext/fts1/fts1_tokenizer1.c.

Deleted ext/fts1/fulltext.c.

Deleted ext/fts1/fulltext.h.

Deleted ext/fts1/simple_tokenizer.c.

Deleted ext/fts1/tokenizer.h.

Deleted ext/fts2/README.tokenizers.

Deleted ext/fts2/README.txt.

Deleted ext/fts2/fts2.c.

Deleted ext/fts2/fts2.h.

Deleted ext/fts2/fts2_hash.c.

Deleted ext/fts2/fts2_hash.h.

Deleted ext/fts2/fts2_icu.c.

Deleted ext/fts2/fts2_porter.c.

Deleted ext/fts2/fts2_tokenizer.c.

Deleted ext/fts2/fts2_tokenizer.h.

Deleted ext/fts2/fts2_tokenizer1.c.

Deleted ext/fts2/mkfts2amal.tcl.

Changes to ext/fts3/README.content.

Changes to ext/fts3/README.tokenizers.

Changes to ext/fts3/fts3.c.

Changes to ext/fts3/fts3Int.h.

Changes to ext/fts3/fts3_aux.c.

Changes to ext/fts3/fts3_expr.c.

Changes to ext/fts3/fts3_hash.c.

Changes to ext/fts3/fts3_icu.c.

Changes to ext/fts3/fts3_porter.c.

Changes to ext/fts3/fts3_snippet.c.

Changes to ext/fts3/fts3_term.c.

Changes to ext/fts3/fts3_test.c.

Changes to ext/fts3/fts3_tokenize_vtab.c.

Changes to ext/fts3/fts3_tokenizer.c.

Changes to ext/fts3/fts3_tokenizer1.c.

Changes to ext/fts3/fts3_unicode.c.

Changes to ext/fts3/fts3_unicode2.c.

Changes to ext/fts3/fts3_write.c.

Deleted ext/fts3/mkfts3amal.tcl.

Changes to ext/fts3/tool/fts3view.c.

Changes to ext/fts3/unicode/mkunicode.tcl.

Changes to ext/fts5/fts5.h.

Changes to ext/fts5/fts5Int.h.

Changes to ext/fts5/fts5_aux.c.

Changes to ext/fts5/fts5_buffer.c.

Changes to ext/fts5/fts5_config.c.

Changes to ext/fts5/fts5_expr.c.

Changes to ext/fts5/fts5_hash.c.

Changes to ext/fts5/fts5_index.c.

Changes to ext/fts5/fts5_main.c.

Changes to ext/fts5/fts5_storage.c.

Changes to ext/fts5/fts5_tcl.c.

Changes to ext/fts5/fts5_test_mi.c.

Changes to ext/fts5/fts5_test_tok.c.

Changes to ext/fts5/fts5_tokenize.c.

Changes to ext/fts5/fts5_unicode2.c.

Changes to ext/fts5/fts5_varint.c.

Changes to ext/fts5/fts5_vocab.c.

Changes to ext/fts5/test/fts5aa.test.

Changes to ext/fts5/test/fts5af.test.

Changes to ext/fts5/test/fts5ah.test.

Changes to ext/fts5/test/fts5ai.test.

Changes to ext/fts5/test/fts5ak.test.

Changes to ext/fts5/test/fts5aux.test.

Added ext/fts5/test/fts5circref.test.

Changes to ext/fts5/test/fts5colset.test.

Added ext/fts5/test/fts5concurrent.test.

Changes to ext/fts5/test/fts5content.test.

Changes to ext/fts5/test/fts5corrupt3.test.

Added ext/fts5/test/fts5corrupt4.test.

Added ext/fts5/test/fts5corrupt5.test.

Added ext/fts5/test/fts5corrupt6.test.

Changes to ext/fts5/test/fts5delete.test.

Changes to ext/fts5/test/fts5detail.test.

Changes to ext/fts5/test/fts5doclist.test.

Changes to ext/fts5/test/fts5eb.test.

Changes to ext/fts5/test/fts5fault4.test.

Changes to ext/fts5/test/fts5faultB.test.

Changes to ext/fts5/test/fts5faultD.test.

Added ext/fts5/test/fts5faultE.test.

Changes to ext/fts5/test/fts5full.test.

Changes to ext/fts5/test/fts5hash.test.

Changes to ext/fts5/test/fts5integrity.test.

Added ext/fts5/test/fts5interrupt.test.

Changes to ext/fts5/test/fts5matchinfo.test.

Added ext/fts5/test/fts5misc.test.

Added ext/fts5/test/fts5multi.test.

Changes to ext/fts5/test/fts5plan.test.

Added ext/fts5/test/fts5prefix2.test.

Changes to ext/fts5/test/fts5rank.test.

Added ext/fts5/test/fts5savepoint.test.

Changes to ext/fts5/test/fts5simple.test.

Changes to ext/fts5/test/fts5tok1.test.

Added ext/fts5/test/fts5trigram.test.

Added ext/fts5/test/fts5ubsan.test.

Changes to ext/fts5/test/fts5unicode3.test.

Changes to ext/fts5/test/fts5update.test.

Changes to ext/fts5/test/fts5vocab.test.

Changes to ext/fts5/test/fts5vocab2.test.

Changes to ext/fts5/tool/fts5txt2db.tcl.

Changes to ext/fts5/tool/mkfts5c.tcl.

Changes to ext/icu/README.txt.

Changes to ext/icu/icu.c.

Changes to ext/icu/sqliteicu.h.

Changes to ext/lsm1/Makefile.

Changes to ext/lsm1/lsm-test/lsmtest1.c.

Changes to ext/lsm1/lsm-test/lsmtest8.c.

Changes to ext/lsm1/lsm-test/lsmtest9.c.

Changes to ext/lsm1/lsm-test/lsmtest_bt.c.

Changes to ext/lsm1/lsm-test/lsmtest_tdb.c.

Changes to ext/lsm1/lsm-test/lsmtest_tdb2.cc.

Changes to ext/lsm1/lsm-test/lsmtest_tdb4.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_shared.c.

Changes to ext/lsm1/lsm_sorted.c.

Changes to ext/lsm1/lsm_unix.c.

Changes to ext/lsm1/lsm_varint.c.

Changes to ext/lsm1/lsm_vtab.c.

Changes to ext/lsm1/test/lsm1_simple.test.

Changes to ext/misc/amatch.c.

Changes to ext/misc/appendvfs.c.

Added ext/misc/base64.c.

Added ext/misc/base85.c.

Added ext/misc/basexx.c.

Added ext/misc/bgckpt.c.

Added ext/misc/blobio.c.

Changes to ext/misc/btreeinfo.c.

Changes to ext/misc/carray.c.

Added ext/misc/carray.h.

Added ext/misc/cksumvfs.c.

Changes to ext/misc/closure.c.

Changes to ext/misc/completion.c.

Changes to ext/misc/compress.c.

Changes to ext/misc/csv.c.

Changes to ext/misc/dbdump.c.

Added ext/misc/decimal.c.

Changes to ext/misc/eval.c.

Changes to ext/misc/explain.c.

Changes to ext/misc/fileio.c.

Added ext/misc/fossildelta.c.

Changes to ext/misc/fuzzer.c.

Changes to ext/misc/ieee754.c.

Deleted ext/misc/json1.c.

Changes to ext/misc/memstat.c.

Added ext/misc/memtrace.c.

Changes to ext/misc/memvfs.c.

Changes to ext/misc/mmapwarm.c.

Changes to ext/misc/nextchar.c.

Added ext/misc/noop.c.

Changes to ext/misc/normalize.c.

Changes to ext/misc/percentile.c.

Added ext/misc/prefixes.c.

Added ext/misc/qpvtab.c.

Changes to ext/misc/regexp.c.

Changes to ext/misc/rot13.c.

Changes to ext/misc/scrub.c.

Changes to ext/misc/series.c.

Changes to ext/misc/sha1.c.

Changes to ext/misc/shathree.c.

Changes to ext/misc/spellfix.c.

Changes to ext/misc/sqlar.c.

Changes to ext/misc/stmt.c.

Changes to ext/misc/totype.c.

Added ext/misc/uint.c.

Changes to ext/misc/unionvtab.c.

Added ext/misc/urifuncs.c.

Added ext/misc/uuid.c.

Changes to ext/misc/vfslog.c.

Changes to ext/misc/vfsstat.c.

Changes to ext/misc/wholenumber.c.

Changes to ext/misc/zipfile.c.

Changes to ext/rbu/rbu.c.

Changes to ext/rbu/rbu1.test.

Changes to ext/rbu/rbu10.test.

Changes to ext/rbu/rbu11.test.

Changes to ext/rbu/rbu12.test.

Changes to ext/rbu/rbu13.test.

Changes to ext/rbu/rbu14.test.

Changes to ext/rbu/rbu3.test.

Changes to ext/rbu/rbu5.test.

Changes to ext/rbu/rbu6.test.

Changes to ext/rbu/rbu7.test.

Changes to ext/rbu/rbu8.test.

Changes to ext/rbu/rbu9.test.

Changes to ext/rbu/rbuA.test.

Changes to ext/rbu/rbuB.test.

Changes to ext/rbu/rbuC.test.

Changes to ext/rbu/rbu_common.tcl.

Added ext/rbu/rbubusy.test.

Changes to ext/rbu/rbucollate.test.

Changes to ext/rbu/rbucrash.test.

Changes to ext/rbu/rbucrash2.test.

Changes to ext/rbu/rbudiff.test.

Changes to ext/rbu/rbudor.test.

Added ext/rbu/rbuexlock.test.

Added ext/rbu/rbuexpr.test.

Changes to ext/rbu/rbufault.test.

Changes to ext/rbu/rbufault2.test.

Changes to ext/rbu/rbufault3.test.

Changes to ext/rbu/rbufault4.test.

Changes to ext/rbu/rbufts.test.

Added ext/rbu/rbumisc.test.

Changes to ext/rbu/rbumulti.test.

Added ext/rbu/rbupartial.test.

Added ext/rbu/rbupass.test.

Changes to ext/rbu/rbuprogress.test.

Added ext/rbu/rburename.test.

Changes to ext/rbu/rburesume.test.

Changes to ext/rbu/rbusave.test.

Changes to ext/rbu/rbusplit.test.

Changes to ext/rbu/rbutemplimit.test.

Changes to ext/rbu/rbuvacuum.test.

Changes to ext/rbu/rbuvacuum2.test.

Added ext/rbu/rbuvacuum3.test.

Added ext/rbu/rbuvacuum4.test.

Changes to ext/rbu/sqlite3rbu.c.

Changes to ext/rbu/sqlite3rbu.h.

Changes to ext/rbu/test_rbu.c.

Added ext/recover/dbdata.c.

Added ext/recover/recover1.test.

Added ext/recover/recover_common.tcl.

Added ext/recover/recoverclobber.test.

Added ext/recover/recovercorrupt.test.

Added ext/recover/recovercorrupt2.test.

Added ext/recover/recoverfault.test.

Added ext/recover/recoverfault2.test.

Added ext/recover/recoverold.test.

Added ext/recover/recoverpgsz.test.

Added ext/recover/recoverrowid.test.

Added ext/recover/recoverslowidx.test.

Added ext/recover/recoversql.test.

Added ext/recover/sqlite3recover.c.

Added ext/recover/sqlite3recover.h.

Added ext/recover/test_recover.c.

Changes to ext/repair/checkfreelist.c.

Changes to ext/repair/checkindex.c.

Changes to ext/repair/sqlite3_checker.c.in.

Changes to ext/rtree/geopoly.c.

Changes to ext/rtree/rtree.c.

Changes to ext/rtree/rtree1.test.

Changes to ext/rtree/rtree2.test.

Changes to ext/rtree/rtree3.test.

Changes to ext/rtree/rtree6.test.

Changes to ext/rtree/rtree9.test.

Changes to ext/rtree/rtreeA.test.

Changes to ext/rtree/rtreeC.test.

Changes to ext/rtree/rtreeH.test.

Added ext/rtree/rtreeI.test.

Changes to ext/rtree/rtreecheck.test.

Added ext/rtree/rtreecirc.test.

Added ext/rtree/rtreedoc.test.

Added ext/rtree/rtreedoc2.test.

Added ext/rtree/rtreedoc3.test.

Added ext/rtree/rtreefuzz001.test.

Added ext/rtree/test_rtreedoc.c.

Changes to ext/session/changeset.c.

Changes to ext/session/changesetfuzz.c.

Changes to ext/session/session1.test.

Changes to ext/session/session2.test.

Changes to ext/session/session6.test.

Changes to ext/session/session8.test.

Changes to ext/session/sessionB.test.

Changes to ext/session/sessionH.test.

Changes to ext/session/session_common.tcl.

Changes to ext/session/session_speed_test.c.

Changes to ext/session/sessionat.test.

Added ext/session/sessionbig.test.

Changes to ext/session/sessioninvert.test.

Added ext/session/sessionmem.test.

Added ext/session/sessionnoop.test.

Added ext/session/sessionsize.test.

Changes to ext/session/sessionwor.test.

Changes to ext/session/sqlite3session.c.

Changes to ext/session/sqlite3session.h.

Changes to ext/session/test_session.c.

Changes to ext/userauth/userauth.c.

Added ext/wasm/EXPORTED_FUNCTIONS.fiddle.

Added ext/wasm/GNUmakefile.

Added ext/wasm/README-dist.txt.

Added ext/wasm/README.md.

Added ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api.

Added ext/wasm/api/EXPORTED_RUNTIME_METHODS.sqlite3-api.

Added ext/wasm/api/README.md.

Added ext/wasm/api/extern-post-js.c-pp.js.

Added ext/wasm/api/extern-pre-js.js.

Added ext/wasm/api/post-js-footer.js.

Added ext/wasm/api/post-js-header.js.

Added ext/wasm/api/pre-js.c-pp.js.

Added ext/wasm/api/sqlite3-api-cleanup.js.

Added ext/wasm/api/sqlite3-api-glue.js.

Added ext/wasm/api/sqlite3-api-oo1.js.

Added ext/wasm/api/sqlite3-api-prologue.js.

Added ext/wasm/api/sqlite3-api-worker1.js.

Added ext/wasm/api/sqlite3-license-version-header.js.

Added ext/wasm/api/sqlite3-opfs-async-proxy.js.

Added ext/wasm/api/sqlite3-v-helper.js.

Added ext/wasm/api/sqlite3-vfs-opfs.c-pp.js.

Added ext/wasm/api/sqlite3-wasi.h.

Added ext/wasm/api/sqlite3-wasm.c.

Added ext/wasm/api/sqlite3-worker1-promiser.c-pp.js.

Added ext/wasm/api/sqlite3-worker1.c-pp.js.

Added ext/wasm/batch-runner.html.

Added ext/wasm/batch-runner.js.

Added ext/wasm/c-pp.c.

Added ext/wasm/common/SqliteTestUtil.js.

Added ext/wasm/common/emscripten.css.

Added ext/wasm/common/testing.css.

Added ext/wasm/common/whwasmutil.js.

Added ext/wasm/demo-123-worker.html.

Added ext/wasm/demo-123.html.

Added ext/wasm/demo-123.js.

Added ext/wasm/demo-jsstorage.html.

Added ext/wasm/demo-jsstorage.js.

Added ext/wasm/demo-worker1-promiser.html.

Added ext/wasm/demo-worker1-promiser.js.

Added ext/wasm/demo-worker1.html.

Added ext/wasm/demo-worker1.js.

Added ext/wasm/dist.make.

Added ext/wasm/fiddle.make.

Added ext/wasm/fiddle/emscripten.css.

Added ext/wasm/fiddle/fiddle-worker.js.

Added ext/wasm/fiddle/fiddle.html.

Added ext/wasm/fiddle/fiddle.js.

Added ext/wasm/index-dist.html.

Added ext/wasm/index.html.

Added ext/wasm/jaccwabyt/jaccwabyt.js.

Added ext/wasm/jaccwabyt/jaccwabyt.md.

Added ext/wasm/module-symbols.html.

Added ext/wasm/scratchpad-wasmfs-main.html.

Added ext/wasm/scratchpad-wasmfs-main.js.

Added ext/wasm/speedtest1-wasmfs.html.

Added ext/wasm/speedtest1-worker.html.

Added ext/wasm/speedtest1-worker.js.

Added ext/wasm/speedtest1.html.

Added ext/wasm/split-speedtest1-script.sh.

Added ext/wasm/sql/000-mandelbrot.sql.

Added ext/wasm/sql/001-sudoku.sql.

Added ext/wasm/test-opfs-vfs.html.

Added ext/wasm/test-opfs-vfs.js.

Added ext/wasm/tester1-worker.html.

Added ext/wasm/tester1.c-pp.html.

Added ext/wasm/tester1.c-pp.js.

Added ext/wasm/tests/opfs/concurrency/index.html.

Added ext/wasm/tests/opfs/concurrency/test.js.

Added ext/wasm/tests/opfs/concurrency/worker.js.

Added ext/wasm/version-info.c.

Added ext/wasm/wasmfs.make.

Changes to magic.txt.

Changes to main.mk.

Added sqlite_cfg.h.in.

Changes to src/alter.c.

Changes to src/analyze.c.

Changes to src/attach.c.

Changes to src/auth.c.

Changes to src/backup.c.

Changes to src/bitvec.c.

Changes to src/btmutex.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/ctime.c.

Changes to src/date.c.

Changes to src/dbpage.c.

Changes to src/dbstat.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/hash.c.

Changes to src/hash.h.

Changes to src/hwtime.h.

Changes to src/insert.c.

Added src/json.c.

Changes to src/legacy.c.

Changes to src/loadext.c.

Changes to src/main.c.

Changes to src/malloc.c.

Changes to src/mem2.c.

Changes to src/mem3.c.

Changes to src/mem5.c.

Changes to src/memdb.c.

Changes to src/memjournal.c.

Changes to src/msvc.h.

Changes to src/mutex.c.

Changes to src/mutex.h.

Changes to src/mutex_unix.c.

Changes to src/mutex_w32.c.

Changes to src/notify.c.

Changes to src/os.c.

Changes to src/os.h.

Changes to src/os_common.h.

Added src/os_kv.c.

Changes to src/os_setup.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/parse.y.

Changes to src/pcache.c.

Changes to src/pcache1.c.

Changes to src/pragma.c.

Changes to src/pragma.h.

Changes to src/prepare.c.

Changes to src/printf.c.

Changes to src/random.c.

Changes to src/resolve.c.

Changes to src/rowset.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/sqliteLimit.h.

Changes to src/status.c.

Changes to src/table.c.

Changes to src/tclsqlite.c.

Changes to src/test1.c.

Changes to src/test2.c.

Changes to src/test4.c.

Changes to src/test6.c.

Changes to src/test8.c.

Changes to src/test_bestindex.c.

Changes to src/test_config.c.

Changes to src/test_demovfs.c.

Changes to src/test_devsym.c.

Changes to src/test_fs.c.

Changes to src/test_func.c.

Changes to src/test_hexio.c.

Changes to src/test_journal.c.

Changes to src/test_malloc.c.

Changes to src/test_multiplex.c.

Changes to src/test_mutex.c.

Changes to src/test_osinst.c.

Changes to src/test_schema.c.

Changes to src/test_sqllog.c.

Changes to src/test_superlock.c.

Changes to src/test_tclsh.c.

Changes to src/test_thread.c.

Added src/test_vdbecov.c.

Changes to src/test_vfs.c.

Changes to src/tokenize.c.

Changes to src/treeview.c.

Changes to src/trigger.c.

Changes to src/update.c.

Changes to src/upsert.c.

Changes to src/utf.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/vdbeblob.c.

Changes to src/vdbemem.c.

Changes to src/vdbesort.c.

Changes to src/vdbetrace.c.

Added src/vdbevtab.c.

Changes to src/vtab.c.

Changes to src/wal.c.

Changes to src/wal.h.

Changes to src/walker.c.

Changes to src/where.c.

Changes to src/whereInt.h.

Changes to src/wherecode.c.

Changes to src/whereexpr.c.

Changes to src/window.c.

Changes to test/affinity2.test.

Changes to test/affinity3.test.

Changes to test/aggnested.test.

Changes to test/alter.test.

Changes to test/alter3.test.

Changes to test/alter4.test.

Changes to test/alterauth2.test.

Changes to test/altercol.test.

Added test/altercorrupt.test.

Added test/alterdropcol.test.

Added test/alterdropcol2.test.

Added test/alterfault.test.

Changes to test/alterlegacy.test.

Changes to test/altermalloc2.test.

Added test/altermalloc3.test.

Added test/alterqf.test.

Changes to test/altertab.test.

Changes to test/altertab2.test.

Added test/altertab3.test.

Added test/altertrig.test.

Changes to test/analyze.test.

Changes to test/analyze3.test.

Changes to test/analyze4.test.

Changes to test/analyze5.test.

Changes to test/analyze6.test.

Changes to test/analyze7.test.

Changes to test/analyze8.test.

Changes to test/analyze9.test.

Deleted test/analyzeA.test.

Deleted test/analyzeB.test.

Changes to test/analyzeC.test.

Changes to test/analyzeD.test.

Changes to test/analyzeE.test.

Changes to test/analyzeF.test.

Added test/analyzeG.test.

Changes to test/atof1.test.

Changes to test/atrc.c.

Changes to test/attach.test.

Changes to test/attach2.test.

Changes to test/attach4.test.

Changes to test/attachmalloc.test.

Changes to test/auth.test.

Changes to test/auth3.test.

Changes to test/autoinc.test.

Changes to test/autoindex1.test.

Changes to test/autoindex3.test.

Changes to test/autoindex4.test.

Changes to test/autoindex5.test.

Changes to test/autovacuum.test.

Added test/autovacuum2.test.

Added test/avfs.test.

Changes to test/backup.test.

Changes to test/backup2.test.

Changes to test/badutf2.test.

Added test/basexx1.test.

Changes to test/bestindex1.test.

Changes to test/bestindex2.test.

Changes to test/bestindex3.test.

Changes to test/bestindex4.test.

Changes to test/bestindex5.test.

Changes to test/bestindex6.test.

Added test/bestindex7.test.

Added test/bestindex8.test.

Added test/bestindex9.test.

Added test/bestindexA.test.

Changes to test/between.test.

Changes to test/bigmmap.test.

Changes to test/bigsort.test.

Added test/bind2.test.

Added test/bloom1.test.

Changes to test/btree01.test.

Changes to test/btree02.test.

Changes to test/btreefault.test.

Added test/busy2.test.

Changes to test/capi2.test.

Changes to test/capi3c.test.

Changes to test/capi3d.test.

Added test/carray01.test.

Changes to test/cast.test.

Added test/changes.test.

Added test/changes2.test.

Changes to test/check.test.

Added test/checkfault.test.

Added test/chunksize.test.

Changes to test/close.test.

Changes to test/collate1.test.

Changes to test/collate2.test.

Changes to test/collate5.test.

Changes to test/colname.test.

Added test/columncount.test.

Added test/concfault2.test.

Changes to test/concurrent.test.

Changes to test/concurrent2.test.

Changes to test/concurrent3.test.

Added test/concurrent8.test.

Added test/concurrent9.test.

Changes to test/conflict.test.

Changes to test/conflict2.test.

Changes to test/conflict3.test.

Changes to test/corrupt2.test.

Changes to test/corrupt3.test.

Changes to test/corrupt4.test.

Changes to test/corruptA.test.

Changes to test/corruptC.test.

Changes to test/corruptD.test.

Changes to test/corruptE.test.

Changes to test/corruptK.test.

Added test/corruptL.test.

Added test/corruptM.test.

Added test/corruptN.test.

Changes to test/cost.test.

Changes to test/count.test.

Changes to test/countofview.test.

Changes to test/coveridxscan.test.

Changes to test/crash5.test.

Changes to test/createtab.test.

Changes to test/cse.test.

Changes to test/csv01.test.

Changes to test/ctime.test.

Changes to test/cursorhint.test.

Changes to test/date.test.

Changes to test/date2.test.

Added test/date3.test.

Added test/dbdata.test.

Changes to test/dbfuzz001.test.

Changes to test/dbfuzz2.c.

Changes to test/dbpage.test.

Added test/dbpagefault.test.

Changes to test/dbstatus.test.

Added test/decimal.test.

Changes to test/default.test.

Changes to test/delete4.test.

Changes to test/descidx1.test.

Changes to test/descidx2.test.

Changes to test/descidx3.test.

Changes to test/distinct.test.

Changes to test/distinct2.test.

Changes to test/distinctagg.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_changes.test.

Changes to test/e_createtable.test.

Changes to test/e_droptrigger.test.

Changes to test/e_dropview.test.

Changes to test/e_expr.test.

Changes to test/e_fkey.test.

Changes to test/e_select.test.

Changes to test/e_totalchanges.test.

Changes to test/e_uri.test.

Changes to test/e_vacuum.test.

Changes to test/e_wal.test.

Changes to test/enc.test.

Changes to test/enc2.test.

Changes to test/enc3.test.

Changes to test/eqp.test.

Changes to test/eval.test.

Changes to test/exclusive.test.

Changes to test/expr.test.

Added test/expr2.test.

Added test/exprfault.test.

Added test/external_reader.test.

Changes to test/fallocate.test.

Added test/filter1.test.

Added test/filter2.tcl.

Added test/filter2.test.

Added test/filterfault.test.

Changes to test/fkey1.test.

Changes to test/fkey2.test.

Changes to test/fkey5.test.

Changes to test/fkey7.test.

Changes to test/fkey8.test.

Changes to test/fordelete.test.

Changes to test/format4.test.

Changes to test/fts3_common.tcl.

Changes to test/fts3aa.test.

Changes to test/fts3aj.test.

Changes to test/fts3ak.test.

Changes to test/fts3atoken.test.

Changes to test/fts3auto.test.

Changes to test/fts3aux1.test.

Changes to test/fts3aux2.test.

Changes to test/fts3corrupt.test.

Changes to test/fts3corrupt2.test.

Changes to test/fts3corrupt4.test.

Added test/fts3corrupt5.test.

Added test/fts3corrupt6.test.

Changes to test/fts3cov.test.

Changes to test/fts3defer2.test.

Added test/fts3dropmod.test.

Changes to test/fts3expr4.test.

Changes to test/fts3expr5.test.

Added test/fts3f.test.

Changes to test/fts3fault.test.

Changes to test/fts3fault2.test.

Added test/fts3fuzz001.test.

Changes to test/fts3join.test.

Added test/fts3matchinfo2.test.

Changes to test/fts3misc.test.

Changes to test/fts3offsets.test.

Changes to test/fts3query.test.

Changes to test/fts3snippet.test.

Added test/fts3snippet2.test.

Changes to test/fts3varint.test.

Changes to test/fts4aa.test.

Changes to test/fts4content.test.

Changes to test/fts4langid.test.

Changes to test/fts4merge.test.

Changes to test/fts4merge4.test.

Added test/fts4merge5.test.

Added test/fts4min.test.

Changes to test/fts4noti.test.

Added test/fts4record.test.

Added test/fts4rename.test.

Changes to test/fts4umlaut.test.

Changes to test/fts4unicode.test.

Added test/fts4upfrom.test.

Changes to test/func.test.

Changes to test/func3.test.

Changes to test/func4.test.

Changes to test/func5.test.

Changes to test/func6.test.

Added test/func7.test.

Changes to test/fuzz-oss1.test.

Changes to test/fuzz.test.

Changes to test/fuzz_common.tcl.

Changes to test/fuzzcheck.c.

Changes to test/fuzzdata1.db.

Changes to test/fuzzdata7.db.

Added test/fuzzdata8.db.

Changes to test/fuzzerfault.test.

Added test/fuzzinvariants.c.

Added test/gencol1.test.

Changes to test/having.test.

Changes to test/hook.test.

Changes to test/icu.test.

Changes to test/ieee754.test.

Changes to test/in.test.

Changes to test/in4.test.

Changes to test/in5.test.

Changes to test/in6.test.

Changes to test/incrblob3.test.

Changes to test/incrblobfault.test.

Changes to test/incrvacuum.test.

Changes to test/index.test.

Changes to test/index6.test.

Changes to test/index7.test.

Changes to test/index8.test.

Changes to test/index9.test.

Changes to test/indexedby.test.

Changes to test/indexexpr1.test.

Changes to test/indexexpr2.test.

Changes to test/indexfault.test.

Changes to test/insert.test.

Changes to test/insert4.test.

Added test/insertfault.test.

Changes to test/instr.test.

Changes to test/instrfault.test.

Changes to test/intarray.test.

Changes to test/interrupt.test.

Changes to test/intpkey.test.

Added test/intreal.test.

Changes to test/io.test.

Changes to test/ioerr.test.

Changes to test/istrue.test.

Changes to test/join.test.

Changes to test/join2.test.

Changes to test/join5.test.

Changes to test/join6.test.

Added test/join7.test.

Added test/join8.test.

Added test/join9.test.

Added test/joinA.test.

Added test/joinB.test.

Added test/joinC.test.

Added test/joinD.test.

Added test/joinE.test.

Added test/joinF.test.

Added test/joinH.test.

Changes to test/journal3.test.

Changes to test/jrnlmode.test.

Changes to test/json101.test.

Changes to test/json102.test.

Changes to test/json103.test.

Changes to test/json104.test.

Added test/json105.test.

Changes to test/kvtest.c.

Changes to test/like.test.

Changes to test/like2.test.

Changes to test/like3.test.

Changes to test/limit.test.

Changes to test/lock_common.tcl.

Changes to test/mallocA.test.

Changes to test/mallocK.test.

Changes to test/malloc_common.tcl.

Changes to test/malloctraceviewer.tcl.

Changes to test/memdb1.test.

Added test/memdb2.test.

Added test/memjournal.test.

Added test/memjournal2.test.

Changes to test/memsubsys1.test.

Added test/merge1.test.

Changes to test/minmax.test.

Changes to test/minmax2.test.

Changes to test/minmax4.test.

Changes to test/misc1.test.

Changes to test/misc2.test.

Changes to test/misc7.test.

Changes to test/misc8.test.

Changes to test/mmap1.test.

Changes to test/multiplex.test.

Changes to test/multiplex3.test.

Changes to test/mutex1.test.

Changes to test/normalize.test.

Changes to test/notify3.test.

Added test/notnull2.test.

Added test/notnullfault.test.

Changes to test/null.test.

Added test/nulls1.test.

Changes to test/offset1.test.

Changes to test/optfuzz-db01.c.

Changes to test/optfuzz.c.

Changes to test/orderby1.test.

Changes to test/orderby5.test.

Added test/orderbyA.test.

Changes to test/oserror.test.

Changes to test/ossfuzz.c.

Changes to test/pager1.test.

Added test/pendingrace.test.

Changes to test/permutations.test.

Changes to test/pg_common.tcl.

Changes to test/pragma.test.

Changes to test/pragma3.test.

Changes to test/pragma4.test.

Changes to test/pragma5.test.

Added test/prefixes.test.

Changes to test/printf.test.

Changes to test/printf2.test.

Changes to test/pushdown.test.

Added test/quickcheck.test.

Changes to test/quote.test.

Changes to test/rdonly.test.

Added test/recover.test.

Changes to test/regexp1.test.

Changes to test/regexp2.test.

Changes to test/reindex.test.

Deleted test/releasetest.tcl.

Added test/releasetest_data.tcl.

Changes to test/resetdb.test.

Added test/returning1.test.

Added test/returningfault.test.

Changes to test/rollback2.test.

Added test/round1.test.

Changes to test/rowid.test.

Changes to test/rowvalue.test.

Changes to test/rowvalue3.test.

Changes to test/rowvalue4.test.

Changes to test/rowvalue5.test.

Changes to test/rowvalue7.test.

Changes to test/rowvalue9.test.

Added test/rowvalueA.test.

Changes to test/rowvaluefault.test.

Added test/rowvaluevtab.test.

Changes to test/savepoint.test.

Changes to test/savepoint6.test.

Changes to test/scanstatus.test.

Added test/scanstatus2.test.

Changes to test/schema.test.

Changes to test/schema3.test.

Added test/seekscan1.test.

Changes to test/select1.test.

Changes to test/select3.test.

Changes to test/select4.test.

Changes to test/select5.test.

Changes to test/select6.test.

Changes to test/select9.test.

Changes to test/selectA.test.

Changes to test/selectC.test.

Changes to test/selectD.test.

Changes to test/sessionfuzz.c.

Changes to test/shared.test.

Changes to test/shared3.test.

Changes to test/shared9.test.

Changes to test/sharedA.test.

Changes to test/sharedB.test.

Changes to test/shell1.test.

Changes to test/shell2.test.

Changes to test/shell3.test.

Changes to test/shell4.test.

Changes to test/shell5.test.

Changes to test/shell8.test.

Added test/shmlock.test.

Changes to test/shrink.test.

Changes to test/skipscan1.test.

Changes to test/skipscan2.test.

Changes to test/skipscan5.test.

Changes to test/skipscan6.test.

Changes to test/snapshot_fault.test.

Changes to test/sort.test.

Changes to test/sorterref.test.

Changes to test/speedtest1.c.

Changes to test/sqldiff1.test.

Changes to test/sqllimits1.test.

Added test/startup.c.

Changes to test/stat.test.

Changes to test/statfault.test.

Added test/strict1.test.

Added test/strict2.test.

Changes to test/subquery.test.

Changes to test/subquery2.test.

Changes to test/substr.test.

Changes to test/subtype1.test.

Changes to test/swarmvtab.test.

Changes to test/swarmvtab3.test.

Changes to test/symlink.test.

Added test/symlink2.test.

Changes to test/tabfunc01.test.

Changes to test/tclsqlite.test.

Changes to test/tempdb2.test.

Changes to test/temptable2.test.

Changes to test/tester.tcl.

Added test/testrunner.tcl.

Changes to test/thread001.test.

Changes to test/thread002.test.

Changes to test/threadtest3.c.

Added test/threadtest5.c.

Added test/tkt-18458b1a.test.

Changes to test/tkt-2d1a5c67d.test.

Changes to test/tkt-385a5b56b9.test.

Changes to test/tkt-3a77c9714e.test.

Changes to test/tkt-78e04e52ea.test.

Changes to test/tkt-7bbfb7d442.test.

Changes to test/tkt-80e031a00f.test.

Changes to test/tkt-8454a207b9.test.

Added test/tkt-99378177930f87bd.test.

Added test/tkt-a7debbe0.test.

Changes to test/tkt-a8a0d2996a.test.

Changes to test/tkt-b75a9ca6b0.test.

Changes to test/tkt-cbd054fa6b.test.

Changes to test/tkt-f67b41381a.test.

Changes to test/tkt-f7b4edec.test.

Changes to test/tkt2854.test.

Changes to test/tkt3292.test.

Changes to test/tkt3442.test.

Changes to test/tkt3793.test.

Changes to test/tkt3810.test.

Changes to test/tkt3841.test.

Changes to test/tkt3935.test.

Changes to test/tpch01.test.

Changes to test/trace3.test.

Changes to test/trans.test.

Changes to test/transitive1.test.

Changes to test/trigger1.test.

Changes to test/trigger2.test.

Changes to test/trigger9.test.

Changes to test/triggerC.test.

Changes to test/triggerE.test.

Changes to test/triggerF.test.

Changes to test/triggerG.test.

Added test/triggerupfrom.test.

Added test/trustschema1.test.

Added test/tt3_bcwal2.c.

Changes to test/tt3_checkpoint.c.

Added test/tt3_shared.c.

Changes to test/tt3_stress.c.

Changes to test/tt3_vacuum.c.

Added test/unhex.test.

Added test/unionall.test.

Added test/unionall2.test.

Added test/unionallfault.test.

Changes to test/unionvtab.test.

Changes to test/unordered.test.

Changes to test/update.test.

Changes to test/update2.test.

Added test/upfrom1.tcl.

Added test/upfrom1.test.

Added test/upfrom2.test.

Added test/upfrom3.test.

Added test/upfrom4.test.

Added test/upfromfault.test.

Changes to test/upsert1.test.

Changes to test/upsert2.test.

Added test/upsert5.test.

Changes to test/uri.test.

Changes to test/utf16align.test.

Changes to test/vacuum-into.test.

Changes to test/vacuum2.test.

Changes to test/vacuum3.test.

Added test/vacuum6.test.

Changes to test/vacuummem.test.

Changes to test/view.test.

Added test/view2.test.

Added test/view3.test.

Added test/vt02.c.

Changes to test/vtab1.test.

Changes to test/vtab6.test.

Changes to test/vtabA.test.

Changes to test/vtabH.test.

Changes to test/vtabJ.test.

Added test/vtabK.test.

Added test/vtabdistinct.test.

Added test/vtabdrop.test.

Added test/vtabrhs1.test.

Changes to test/wal.test.

Changes to test/wal2.test.

Added test/wal2big.test.

Added test/wal2concurrent.test.

Added test/wal2fault.test.

Added test/wal2lock.test.

Added test/wal2openclose.test.

Added test/wal2recover.test.

Added test/wal2recover2.test.

Added test/wal2recover3.test.

Added test/wal2rewrite.test.

Added test/wal2rollback.test.

Added test/wal2savepoint.test.

Added test/wal2simple.test.

Added test/wal2snapshot.test.

Changes to test/wal3.test.

Added test/walfault2.test.

Changes to test/walprotocol.test.

Changes to test/walprotocol2.test.

Changes to test/walro2.test.

Changes to test/walrofault.test.

Added test/walsetlk.test.

Changes to test/walshared.test.

Added test/walvfs.test.

Added test/wapp.tcl.

Added test/wapptest.tcl.

Changes to test/where.test.

Changes to test/where2.test.

Changes to test/where3.test.

Changes to test/where7.test.

Changes to test/where9.test.

Changes to test/whereA.test.

Changes to test/whereD.test.

Changes to test/whereE.test.

Changes to test/whereF.test.

Changes to test/whereG.test.

Changes to test/whereI.test.

Changes to test/whereJ.test.

Changes to test/whereK.test.

Changes to test/whereL.test.

Added test/whereM.test.

Changes to test/wherefault.test.

Changes to test/wherelimit.test.

Changes to test/wherelimit2.test.

Added test/widetab1.test.

Deleted test/wild001.test.

Changes to test/win32lock.test.

Changes to test/win32longpath.test.

Changes to test/window1.test.

Changes to test/window2.tcl.

Changes to test/window2.test.

Changes to test/window3.tcl.

Changes to test/window3.test.

Changes to test/window4.tcl.

Changes to test/window4.test.

Changes to test/window6.test.

Added test/window7.tcl.

Added test/window7.test.

Added test/window8.tcl.

Added test/window8.test.

Added test/window9.test.

Added test/windowA.test.

Added test/windowB.test.

Added test/windowC.test.

Added test/windowD.test.

Added test/windowE.test.

Added test/windowerr.tcl.

Added test/windowerr.test.

Changes to test/windowfault.test.

Added test/windowpushd.test.

Changes to test/with1.test.

Changes to test/with2.test.

Changes to test/with3.test.

Added test/with5.test.

Added test/with6.test.

Changes to test/without_rowid1.test.

Changes to test/without_rowid3.test.

Changes to test/without_rowid5.test.

Changes to test/without_rowid6.test.

Added test/without_rowid7.test.

Changes to test/zeroblob.test.

Added test/zeroblobfault.test.

Changes to test/zipfile.test.

Changes to tool/GetFile.cs.

Changes to tool/GetTclKit.bat.

Deleted tool/addopcodes.tcl.

Changes to tool/build-all-msvc.bat.

Changes to tool/cg_anno.tcl.

Changes to tool/dbhash.c.

Changes to tool/dbtotxt.c.

Added tool/enlargedb.c.

Added tool/extract-sqlite3h.tcl.

Changes to tool/fast_vacuum.c.

Changes to tool/index_usage.c.

Changes to tool/lemon.c.

Changes to tool/lempar.c.

Changes to tool/logest.c.

Added tool/merge-test.tcl.

Changes to tool/mkautoconfamal.sh.

Changes to tool/mkctimec.tcl.

Changes to tool/mkkeywordhash.c.

Changes to tool/mkmsvcmin.tcl.

Changes to tool/mkopcodec.tcl.

Changes to tool/mkopcodeh.tcl.

Changes to tool/mkpragmatab.tcl.

Changes to tool/mkshellc.tcl.

Changes to tool/mksourceid.c.

Changes to tool/mksqlite3c.tcl.

Changes to tool/mksqlite3h.tcl.

Changes to tool/offsets.c.

Added tool/omittest-msvc.tcl.

Changes to tool/omittest.tcl.

Changes to tool/replace.tcl.

Changes to tool/showdb.c.

Changes to tool/showlocks.c.

Changes to tool/showwal.c.

Changes to tool/spaceanal.tcl.

Changes to tool/speed-check.sh.

Changes to tool/split-sqlite3c.tcl.

Changes to tool/sqldiff.c.

Changes to tool/sqlite3_analyzer.c.in.

Added tool/stripccomments.c.

Changes to tool/symbols.sh.

Added tool/tserver.c.

Added tool/tserver_test.tcl.

Changes to tool/vdbe-compress.tcl.

Changes to tool/vdbe_profile.tcl.

Changes to tool/warnings.sh.

Changes to vsixtest/App.xaml.cpp.