]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In the balance_nonroot() routine, protect the values in aPgno[] array from
authordrh <drh@noemail.net>
Fri, 31 Oct 2014 00:05:23 +0000 (00:05 +0000)
committerdrh <drh@noemail.net>
Fri, 31 Oct 2014 00:05:23 +0000 (00:05 +0000)
commit00fe08af82c5e66a69abfbf687d9d99d46d8ad47
treea02f85d4ace6a6fdc4f49dd472cdc6ee7fc9ef24
parent2a0df9254233db3dd8670c6b6d741512d6235256
In the balance_nonroot() routine, protect the values in aPgno[] array from
change during the page sort, so that aPgno[] can be used to avoid unnecessary
pointer-map updates for auto_vacuum databases.

FossilOrigin-Name: 69c3924fe834a78d4a8d86833626bf5f68e33a3a
manifest
manifest.uuid
src/btree.c