]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a version number to the wal-index header. If SQLite encounters a version number...
authordan <dan@noemail.net>
Wed, 23 Jun 2010 15:55:43 +0000 (15:55 +0000)
committerdan <dan@noemail.net>
Wed, 23 Jun 2010 15:55:43 +0000 (15:55 +0000)
commit10f5a50e57d1f3e43bb86080dfd8d718f59ebefd
treeae59a407698d3196dd7022c19e06587920be1149
parentb316cb22dead152c669f577f41f28cbd89776c7f
Add a version number to the wal-index header. If SQLite encounters a version number in either the wal or wal-index files that it does not understand, the operation is abandoned and SQLITE_CANTOPEN returned.

FossilOrigin-Name: 8d0f8a7f70d6fb42369411a934b30f8c8ca8322f
13 files changed:
manifest
manifest.uuid
src/wal.c
test/backup2.test
test/date.test
test/pager1.test
test/wal.test
test/wal2.test
test/wal_common.tcl
test/walbak.test
test/walcksum.test
test/walcrash2.test
test/walhook.test