]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When a cursor points at the last entry of an intkey btree after an insert, leave...
authordanielk1977 <danielk1977@noemail.net>
Sat, 2 May 2009 10:03:09 +0000 (10:03 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Sat, 2 May 2009 10:03:09 +0000 (10:03 +0000)
commit3f632d5bd22432ac76647e43ae92bd498e29e05f
treef470f1d3a7baa915f5602d21d30e8de71a30d9cc
parent9c3acf3cfee436a877912954d617ba3c9f32e523
When a cursor points at the last entry of an intkey btree after an insert, leave it there (instead of moving it to the tree root node). This speeds up statements of the form "INSERT INTO ... SELECT ..." that use auto-generated rowids. (CVS 6592)

FossilOrigin-Name: 9950c0a79c82eb7d8495b0b1a8fe117d566e2387
manifest
manifest.uuid
src/btree.c