]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the WAL file format to support two kinds of checksums - one that is fast to...
authordan <dan@noemail.net>
Mon, 24 May 2010 10:39:36 +0000 (10:39 +0000)
committerdan <dan@noemail.net>
Mon, 24 May 2010 10:39:36 +0000 (10:39 +0000)
commitb8fd6c2fe67c7bffb1840a8ea4ea5361629e9060
tree8241e991608cd646f73e20ba2cdfcb8c56f76343
parent9c0928dcb673cc9ef51012fd62c1f85701c37b68
Change the WAL file format to support two kinds of checksums - one that is fast to calculate on little-endian architectures and another that is fast on big-endian architectures. A flag in the wal-header indicates which the file uses.

FossilOrigin-Name: 65ba804dd1d31d1eef6ae3f40a3ade344a410b84
manifest
manifest.uuid
src/wal.c
test/wal.test
test/walcksum.test [new file with mode: 0644]