Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/concurrent5.test
2024-06-04
| ||
16:24 | [6230d8c816] part of check-in [66c885814e] Merge 11a4178f0e6cd760303a587, from the bedrock branch just after the 3.45 release, into this branch. This is to pick up test cases only. (check-in: [66c885814e] user: dan branch: bedrock-3.45, size: 6745) | |
15:47 | [da0562758d] part of check-in [885e01ae35] Fix another problem with the sqlite3_log() message identifying the table or index that a conflicting page belongs to. (check-in: [885e01ae35] user: dan branch: bedrock-3.45, size: 6050) | |
2024-05-28
| ||
18:35 | [5031c87134] part of check-in [d033d94350] Fix another problem with the sqlite3_log() message identifying the table or index that a conflicting page belongs to. (check-in: [d033d94350] user: dan branch: begin-concurrent, size: 6039) | |
2024-03-29
| ||
17:58 | [aeb438ead1] part of check-in [49263c9136] Fix a problem in SQLITE_DIRECT_OVERFLOW_READ builds that could allow a concurrent transaction to be committed even if it read from an overflow page that was modified concurrently, in cases where the overflow page was written without also writing the b-tree page to which it is linked. (check-in: [49263c9136] user: dan branch: begin-concurrent, size: 5317) | |
17:32 | [f2064650d8] part of check-in [5d30e362cf] Improve the log message emitted when a BEGIN CONCURRENT transaction cannot be committed due to conflicts so that it identifies the conflicting table in a few more cases. (check-in: [5d30e362cf] user: dan branch: begin-concurrent, size: 4741) | |
2024-02-16
| ||
11:03 | [6088092b0c] part of check-in [d6c629f165] Fix a problem with the sqlite3_log() message identifying the table or index that a conflicting page belongs to. (check-in: [d6c629f165] user: dan branch: begin-concurrent, size: 3512) | |
2018-05-15
| ||
11:28 | [0c16cbf744] part of check-in [e7dc03e743] Instead of just the flags byte, include the first 8 bytes of the relevant page in an on-commit conflict log message. (check-in: [e7dc03e743] user: dan branch: begin-concurrent, size: 2817) | |
08:51 | [ff73e64234] part of check-in [fbfa547177] Include the value of the "flags" byte of the relevant page in the log message emitted when a BEGIN CONCURRENT commit conflict is detected. (check-in: [fbfa547177] user: dan branch: begin-concurrent, size: 2749) | |
2017-05-29
| ||
19:23 | [d5d7d9d404] part of check-in [9ad846e57b] Instead of a root page number, log the object (table or index) name if a page level locking conflict is detected. (check-in: [9ad846e57b] user: dan branch: begin-concurrent, size: 2701) | |
14:27 | Added: [06fd0b5294] part of check-in [92618492b0] Enhance the log messages emitted when a page conflict is detected. (check-in: [92618492b0] user: dan branch: begin-concurrent, size: 2205) | |