SQLite

All files named ”test/exclusive3.test”
Login

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

History for test/exclusive3.test

2008-06-21
18:07
Deleted: Add test file permutations.test, which runs various other test files with sqlite configured in various ways. This adds a few new tests and replaces test files autovacuum_crash.test, autovacuum_ioerr.test, exclusive3.test, jrnlmode2.test, jrnlmode3.test, jrnlmode4.test, mutex2 and onefile.test. (CVS 5265) (check-in: [0e9df3507b] user: danielk1977 branch: trunk, size: 0)
2008-04-17
14:16
[4c54ad89bc] part of check-in [8efb7f4ffb] In exclusive locking mode, commit by zeroing the first 28 bytes of the journal file, not by truncating the journal. Overwriting is much faster than truncating. (CVS 5023) (check-in: [8efb7f4ffb] user: drh branch: trunk, size: 1367)
2007-03-30
16:01
[0e49c35b7e] part of check-in [04d3b9098e] Always enable exclusive access mode for TEMP databases. This cannot be changed. The locking_mode pragma has not effect on the TEMP database. (CVS 3766) (check-in: [04d3b9098e] user: drh branch: trunk, size: 1371)
2007-03-27
16:19
[f2d1d0ab2a] part of check-in [b24a6e7b02] Test handling of IO errors that occur in OsDelete() or OsTruncate() operations. Also use an anonymous file for temporary storage during a VACUUM. (CVS 3729) (check-in: [b24a6e7b02] user: danielk1977 branch: trunk, size: 1383)
2007-03-26
16:13
Added: [278bc5107b] part of check-in [9ebba46902] Run some malloc() tests with exclusive-access mode. (CVS 3720) (check-in: [9ebba46902] user: danielk1977 branch: trunk, size: 1384)