]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an issue that was causing the new database image to be assembled entirely
authordrh <drh@noemail.net>
Thu, 3 Nov 2016 18:36:26 +0000 (18:36 +0000)
committerdrh <drh@noemail.net>
Thu, 3 Nov 2016 18:36:26 +0000 (18:36 +0000)
commite876607623c037b33c6102a67b7cc5f72dd10e1a
tree1bb6dd8e32e30d47a151530a030e5bf823a181df
parent15f3a25ffbbce70070afff64b82c26604121bf4f
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: 3fae483faea3370785ac44ac65dbd03c21b9f6f2
manifest
manifest.uuid
src/vacuum.c
test/vacuum5.test