]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add asserts to detect if a transaction commits without first incrementing
authordrh <drh@noemail.net>
Wed, 14 Jan 2009 23:03:40 +0000 (23:03 +0000)
committerdrh <drh@noemail.net>
Wed, 14 Jan 2009 23:03:40 +0000 (23:03 +0000)
commit8f941bc7a112743c9c12afb02d0ea47e5a8875c3
tree84785ddc780104c3342c8c1cccaff210836ffc45
parentd162988b470a42f51b6e2fdb7c5fb34445098fdf
Add asserts to detect if a transaction commits without first incrementing
the transaction counter.  These asserts are intended to prevent future
problems similar to ticket #3584. (CVS 6179)

FossilOrigin-Name: b676ccfd9019e65b52251332d94de1b3018ec823
manifest
manifest.uuid
src/os.h
src/os_unix.c
src/pager.c
src/sqliteInt.h