]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Attempt to hold a lock across the COMMIT AND BEGIN boundary so that no other
authordrh <>
Thu, 14 Nov 2024 22:59:16 +0000 (22:59 +0000)
committerdrh <>
Thu, 14 Nov 2024 22:59:16 +0000 (22:59 +0000)
commitc367ef359321871fcb9bff40fd1f8e01315b99da
treef9557d5b6dfde8bd679c5d09c22238af2b43027b
parenta8602768f4f5242dd926bfc460a2f1045cd9eda3
Attempt to hold a lock across the COMMIT AND BEGIN boundary so that no other
process can start a new transaction in between the COMMIT and the BEGIN.

FossilOrigin-Name: bc8bcc53ff7a0cbe1c2e3a96e1bded055622b667c27284798433cc6d58c7f9fe
manifest
manifest.uuid
src/backup.c
src/btree.c
src/btree.h
src/pager.c
src/pager.h
src/test2.c
src/vdbeaux.c