SQLite

All files named ”test/crash2.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/crash2.test

2008-08-25
07:12
[5b14d4eb58] part of check-in [16f612d61e] If the sector size is greater than the database page size, SQLite journals all pages that lie within a sector before writing to any of them. This change ensure that a journal sync does not occur halfway through journalling the set of pages that belong to a single sector. (CVS 5605) (check-in: [16f612d61e] user: danielk1977 branch: trunk, size: 3891)
2007-08-24
11:52
[26d7a4c552] part of check-in [13dda2e8e8] Select the default page size for new databases based on the sector-size and IOCAP flags. (CVS 4286) (check-in: [13dda2e8e8] user: danielk1977 branch: trunk, size: 3856)
2007-04-06
21:42
[423c6ec404] part of check-in [3471a2269f] Changes to test scripts to support alternative configurations. (CVS 3824) (check-in: [3471a2269f] user: drh branch: trunk, size: 3708)
2007-03-19
15:04
[ccc7d5f202] part of check-in [c3c5f658cf] Add some test cases simulating crashes with various storage medium sector sizes. (CVS 3704) (check-in: [c3c5f658cf] user: danielk1977 branch: trunk, size: 3689)
05:54
[18bbb71c41] part of check-in [5752d84d37] Add new OS file method to return the sector-size of the underlying storage: sqlite3OsSectorSize() (CVS 3700) (check-in: [5752d84d37] user: danielk1977 branch: trunk, size: 1997)
2007-03-17
10:28
Added: [10be14f918] part of check-in [b0f8203dbb] Add crash2.test, for robustness testing with variable disk block size. (CVS 3696) (check-in: [b0f8203dbb] user: danielk1977 branch: trunk, size: 1997)