SQLite

All files named ”ext/lsm1/lsm_ckpt.c”
Login

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

History for ext/lsm1/lsm_ckpt.c

2025-02-27
21:17
[702a08e9fd] part of check-in [f50c21484d] Approximately 100 typo corrections spanning the whole tree, submitted via forum post 0db9827f0464bc33 and individually audited and verified. Affects only code comments, innocuous test strings, error message text in tool (not library) code, and configure-level help text. (check-in: [f50c21484d] user: stephan branch: trunk, size: 38997)
2023-01-09
21:10
[ad9a8028d4] part of check-in [956e985ff9] Fix some problems with large, compressed, lsm databases. (check-in: [956e985ff9] user: dan branch: lsm-compress-fixes, size: 38996)
2020-07-29
16:18
[28cd13b9ca] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 39002)
2017-12-13
15:32
[0eabfaf812] part of check-in [30bf38d589] Change some LSM code internal typenames from "Blob" and "Pgno" to "LsmBlob" and "LsmPgno". This allows the LSM code to be compiled as a single unit with sqlite3.c. (check-in: [30bf38d589] user: dan branch: trunk, size: 39001)
2017-07-11
16:46
[ac6fb45819] part of check-in [0f1307f1f5] Fix more harmless compiler warnings in lsm1, seen with MSVC 2015. (check-in: [0f1307f1f5] user: mistachkin branch: trunk, size: 38998)
16:36
[3f88c5b4f3] part of check-in [cf6da4a52f] Fix harmless compiler warnings seen with MSVC for lsm1. (check-in: [cf6da4a52f] user: mistachkin branch: trunk, size: 38998)
2017-07-04
19:23
[6ab5f08f60] part of check-in [ca757c8665] Fix further OOM handling cases in LSM. (check-in: [ca757c8665] user: dan branch: trunk, size: 38993)
2017-06-29
20:13
[239a844269] part of check-in [2b5df3e8a8] Avoid reading or writing the 32 locking bytes at the end of the first meta-page of an LSM database. (check-in: [2b5df3e8a8] user: dan branch: lsm-metapage-fix, size: 38987)
2015-11-16
16:00
Added: [e7907e782f] part of check-in [3d930501a2] Import the LSM code from SQLite4 for use in an experimental virtual table. NB: This is a speculative experiment and could easily result in a dead-end branch. (check-in: [3d930501a2] user: drh branch: lsm-vtab, size: 38960)