dan
|
10f5a50e57
|
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
|
2010-06-23 15:55:43 +00:00 |
|
dan
|
94b7f76b96
|
i
i
Minor changes to checksum related test cases.
FossilOrigin-Name: 60c22bde52121993d4bea11eef38ab285c737e2c
|
2010-05-29 06:18:54 +00:00 |
|
dan
|
5f168a5d53
|
Add a test to walcksum.test to stress the checksum calculation.
FossilOrigin-Name: 778d0c1768f73057be912793631e0cf0575858fb
|
2010-05-28 04:16:28 +00:00 |
|
dan
|
71d8991932
|
Change the checksum used in WAL files so that each frames checksum depends on the content of the WAL header and all frame headers and content up to and including the frame to which the checksum is attached.
FossilOrigin-Name: 8a53f12c83a107684b99f4a9de371b5ea3ca810a
|
2010-05-24 13:57:42 +00:00 |
|
dan
|
b8fd6c2fe6
|
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
|
2010-05-24 10:39:36 +00:00 |
|