]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Merge the latest trunk enhancements into the begin-concurrent-report branch.
authordrh <>
Tue, 10 May 2022 12:24:58 +0000 (12:24 +0000)
committerdrh <>
Tue, 10 May 2022 12:24:58 +0000 (12:24 +0000)
commit4af3edc9c22ac849dfee725b915d88314c49e1ca
treea7d518b3160935245c87d6846db4e4985541d922
parent32870a164720d2a1ff24aafb868520bd2bea3cf3
parent472e70913664364956f28120222c03accaaf903c
Merge the latest trunk enhancements into the begin-concurrent-report branch.
Had to restore the sqlite3VdbeSerialPut() routine that was removed in
check-in [6f4d6f212a3558c2] when it was inlined because that routine is used
again in a different place by this branch.

FossilOrigin-Name: e6b5224d71047b64499e04054e087b849e9c48b71f2d9abff65935633c1d10f0
16 files changed:
manifest
manifest.uuid
src/btree.c
src/btreeInt.h
src/insert.c
src/main.c
src/pager.c
src/pager.h
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
src/wherecode.c