]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improvements to the DELETE code generator for the one-pass case. Avoid one-writable-btree
authordrh <drh@noemail.net>
Thu, 29 Jan 2015 15:53:19 +0000 (15:53 +0000)
committerdrh <drh@noemail.net>
Thu, 29 Jan 2015 15:53:19 +0000 (15:53 +0000)
commitc4811b124e8449e11b5074c71149abb408753d4c
treeb4d39518a5f76d46150a3d052d15f8068b435ba6
parentba5e802c37efe7142f108b253967168f97431759
Improvements to the DELETE code generator for the one-pass case.  Avoid
some OP_Goto instructions.  Read content from the index cursor if the
index cursor is valid and was used to locate the row that is to be deleted.

FossilOrigin-Name: 58cc257aeb3ce75b8d3811b568cb8a677f6730a2
manifest
manifest.uuid
src/delete.c
src/vdbe.c