]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the SQLITE_CommitBusy flag. This was an attempt to block recursion
authordrh <drh@noemail.net>
Mon, 13 Jul 2009 15:52:38 +0000 (15:52 +0000)
committerdrh <drh@noemail.net>
Mon, 13 Jul 2009 15:52:38 +0000 (15:52 +0000)
commit3c18eb6048c156ceb71b761f120cb64c18f3c043
tree70a9b53a45449a6b8216c5b0fb5a25aacb576c5c
parent31d31b87e9b0a05622ac2a5da98b990fde91ee4e
Remove the SQLITE_CommitBusy flag.  This was an attempt to block recursion
on the sqlite3_commit_hook() interface.  But such recursion is explicitly
disallowed, so the flag is pointless. (CVS 6889)

FossilOrigin-Name: 1c2bfc43a4fd5b779a3b5b5b8ca5b41cb7250b5a
manifest
manifest.uuid
src/pager.c
src/sqliteInt.h
src/vdbeaux.c