SQLite

All files named ”test/walpersist.test”
Login

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

History for test/walpersist.test

2023-05-07
03:23
[8d78a1ec91] part of check-in [2bb8d97739] It turns out that pagerExclusiveLock() can be called with the lock state already set to RESERVED if the SQLITE_FCNTL_PERSIST_WAL setting is set and a specific sequence of multiple journal mode changes occur. Enhance pagerExclusiveLock() to deal with this. Forum post 8130545bc6 (check-in: [2bb8d97739] user: drh branch: trunk, size: 3501)
2012-05-09
22:36
[abd956d66e] part of check-in [6547929410] Added support for SQLITE_ENABLE_PERSIST_WAL compile time macro, retrieving lastErrno from WAL file and setting last errno when writes fail due to space constraints (check-in: [6547929410] user: adam branch: apple-osx, size: 3581)
2012-04-02
23:35
[12d1a54a5d] part of check-in [d51c086e5c] Merge in latest changes, autologging options, read only file system wal support, test config conditionalization, WAL frame write prebuffering (check-in: [d51c086e5c] user: adam branch: apple-osx, size: 3275)
2011-12-16
17:01
[8c6b7e3ec1] part of check-in [49d21ce50f] Add code for a test that was failing before the persistent-wal related changes of [09ccc4a1be]. (check-in: [49d21ce50f] user: dan branch: trunk, size: 3141)
15:38
[4d308b7f16] part of check-in [09ccc4a1be] Merge the fix for [a1fa75cbdd02] from the experimental branch. Also fix the persistent-wal mode feature of truncating the WAL on close so that it always truncates the WAL to zero bytes. (check-in: [09ccc4a1be] user: drh branch: trunk, size: 2414)
2011-12-08
19:50
[710b1b6cf6] part of check-in [9687b305c2] In persistent WAL mode, truncate the WAL file to the size specified by the journal_size_limit pragma when disconnecting from the WAL. (check-in: [9687b305c2] user: drh branch: trunk, size: 2250)
2011-09-24
05:55
[fd40d33765] part of check-in [a38668dcff] Fix some test files so that they work with SQLITE_OMIT_WAL builds. (check-in: [a38668dcff] user: dan branch: trunk, size: 1702)
2011-07-26
16:23
Added: [45fb0c94fb] part of check-in [a9d8794ae9] Test cases added. Fix the query mode. (check-in: [a9d8794ae9] user: drh branch: persistent-wal-patch, size: 1659)