]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the VACUUM command so that when the MAIN and TEMP databases have
authordrh <drh@noemail.net>
Tue, 20 Oct 2009 15:01:58 +0000 (15:01 +0000)
committerdrh <drh@noemail.net>
Tue, 20 Oct 2009 15:01:58 +0000 (15:01 +0000)
commit397308df6f7c5694cedb8c12d88c0908216996a7
tree36f99f64bc30dea175e88cd2b553799c3222b7de
parent7db29fb9a7421190552144dd0879f113c1fb53ba
Fix the VACUUM command so that when the MAIN and TEMP databases have
identically named tables, content from the TEMP database does not
accidently overwrite MAIN database content.
Ticket [d82e3f3721296e905d7e8c9dee718f71a826b0eb].
Note that this bug could potentially lead to database corruption.

FossilOrigin-Name: 0bbd8d72ec66cbe11c2548a04ad478202b2b69b6
manifest
manifest.uuid
src/vacuum.c
test/tkt-d82e3f3721.txt [new file with mode: 0644]