Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/unlocked2.test
2015-08-24
| ||
19:56 | Renamed to test/concurrent2.test. Change "BEGIN UNLOCKED" to "BEGIN CONCURRENT". (check-in: [ba1ab858e2] user: dan branch: begin-concurrent, size: 0) | |
16:00 | [2d969d1b4c] part of check-in [0411355754] Fix compilation without SQLITE_ENABLE_UNLOCKED. Also other code organization issues. (check-in: [0411355754] user: dan branch: begin-concurrent, size: 7097) | |
2015-08-22
| ||
20:32 | [aaa42a0805] part of check-in [e3968b2562] Fix a problem to do with detecting unlocked transaction conflicts if another client restarts the wal while the transaction is running. (check-in: [e3968b2562] user: dan branch: begin-concurrent, size: 7050) | |
17:28 | [7f913b404c] part of check-in [ed0a31be72] Add further tests for deferred page allocation. And fixes for the same. (check-in: [ed0a31be72] user: dan branch: begin-concurrent, size: 6211) | |
2015-08-21
| ||
18:55 | [1e645e6f68] part of check-in [069679162d] When committing an UNLOCKED transaction, try to move pages allocated at the end of the file to free slots within the file (like an incremental-vacuum operation does). (check-in: [069679162d] user: dan branch: begin-concurrent, size: 5549) | |
17:57 | [4861218039] part of check-in [227bb8a181] Fix a problem with UNLOCKED transactions that free pages allocated within the same transaction. (check-in: [227bb8a181] user: dan branch: begin-concurrent, size: 5357) | |
14:21 | [aca373d763] part of check-in [82cd837e72] Add extra tests and a fix for rollbacks of UNLOCKED transactions. (check-in: [82cd837e72] user: dan branch: begin-concurrent, size: 4441) | |
2015-08-20
| ||
20:25 | [06a7d5a366] part of check-in [7c36147846] Fix a problem causing corruption when an UNLOCKED transaction is rolled back. (check-in: [7c36147846] user: dan branch: begin-concurrent, size: 3185) | |
2015-08-19
| ||
20:27 | Added: [fc4c730a44] part of check-in [3bbc31d515] When committing an unlocked transaction, relocate newly allocated database pages within the file to avoid conflicting with committed transactions. There are lots of things still to fix in this code. (check-in: [3bbc31d515] user: dan branch: begin-concurrent, size: 2163) | |