]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If you delete a database file but not its *-wal file, then open the database
authordrh <drh@noemail.net>
Thu, 1 Jul 2010 19:45:34 +0000 (19:45 +0000)
committerdrh <drh@noemail.net>
Thu, 1 Jul 2010 19:45:34 +0000 (19:45 +0000)
commit32f29643907cf278c627fc5df1b884b6d524694d
treece23e33a6ca2c9357fbcaf8f11af22797ff3696c
parentd0b0d4dc23145c922d23713785155ccbf48743b4
If you delete a database file but not its *-wal file, then open the database
(thus creating a new empty database file) the *-wal file is automatically
deleted.

FossilOrigin-Name: 95c69dfbddaf4367cd699dfe8fcf8e06030c1f53
manifest
manifest.uuid
src/pager.c
test/wal4.test [new file with mode: 0644]