]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an issue that was causing the new database image to be assembled entirely
authordan <dan@noemail.net>
Wed, 2 Nov 2016 14:50:19 +0000 (14:50 +0000)
committerdan <dan@noemail.net>
Wed, 2 Nov 2016 14:50:19 +0000 (14:50 +0000)
commit75ba676790ea108672c732f9d3285859c2b69b28
tree80445043ee98e3ce99858b3df3cd28e36790a698
parente77caa191b259db165b00c28849d44905886ddbe
Fix an issue that was causing the new database image to be assembled entirely
in heap memory when VACUUMing a database, even if it should use a temp file.
This could cause SQLITE_NOMEM errors when vacuuming very large databases on
32-bit systems.

FossilOrigin-Name: 3028845329c9b7acdec2ec8b01d00d782347454c
manifest
manifest.uuid
src/vacuum.c
test/vacuum5.test