]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Avoid unnecessary cursors and seeking when running a DELETE against a delete-without-rowid-opt
authordrh <drh@noemail.net>
Mon, 28 Sep 2015 23:45:19 +0000 (23:45 +0000)
committerdrh <drh@noemail.net>
Mon, 28 Sep 2015 23:45:19 +0000 (23:45 +0000)
commit1f8bb50d9417e7bd572cb7d109d9d6d80c76194e
tree208aea38cec2ea609e9459b261f2f3eaf82b39ec
parenta722821eb53c3ba81470890201c7ac1b474bb8c3
Avoid unnecessary cursors and seeking when running a DELETE against a
WITHOUT ROWID table.

FossilOrigin-Name: 70ec88b29982f1a2437239ad4d3a9bf39bcc2a60
manifest
manifest.uuid
src/delete.c
src/insert.c
src/sqliteInt.h
src/where.c
src/whereInt.h