]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the coding of PRAGMA count_changes so that it uses memory cells
authordrh <drh@noemail.net>
Wed, 7 Feb 2007 01:06:52 +0000 (01:06 +0000)
committerdrh <drh@noemail.net>
Wed, 7 Feb 2007 01:06:52 +0000 (01:06 +0000)
commit53a677749f6ff2f5c2fda1aa9327231fbfc29b26
treed5dc501ca2af00c10b64d77bb74390c0c4318cff
parent3438ea3b9e0d81a177c19830b2781274fc128441
Change the coding of PRAGMA count_changes so that it uses memory cells
of the VM rather than the stack, to avoid problems with leftovers on the
stack interfering with other operations.  Ticket #2217. (CVS 3632)

FossilOrigin-Name: 2bd4b62a20219f939ac2ac22440dc7fc0449f766
manifest
manifest.uuid
src/delete.c
src/update.c