SQLite

All files named ”ext/lsm1/lsmInt.h”
Login

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

History for ext/lsm1/lsmInt.h

2025-02-27
21:17
[8e4ead9199] 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: 33729)
2023-01-17
19:34
[3bcc280347] part of check-in [d71154265a] Fix another issue with very large compressed LSM databases. (check-in: [d71154265a] user: dan branch: trunk, size: 33728)
2023-01-09
21:10
[22ed041ac9] part of check-in [956e985ff9] Fix some problems with large, compressed, lsm databases. (check-in: [956e985ff9] user: dan branch: lsm-compress-fixes, size: 33691)
2020-07-29
16:18
[d0fb4a2edf] 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: 33666)
2017-12-13
15:32
[5983690e05] 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: 33665)
2017-07-11
20:36
[e9e5c5f08e] part of check-in [39069941e9] In lsm, attempt to unmap the database file before truncating it when disconnecting. A mapped file may not be truncated on win32. (check-in: [39069941e9] user: dan branch: trunk, size: 33626)
19:55
[bfa516dca9] part of check-in [b0a49d90fc] Simplify the way in which the database file is truncated when the last connection disconnects. Also ignore the error code from the xTruncate call - as truncating a database file is always optional. (check-in: [b0a49d90fc] user: dan branch: trunk, size: 33595)
2017-07-03
09:00
[68945f00c4] part of check-in [e34eafd4c5] Add more tests for LSM log file recovery. Fix a problem in recovering log files that contain range deletes. (check-in: [e34eafd4c5] user: dan branch: trunk, size: 33600)
2017-06-29
20:13
[b5d6d073aa] 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: 33444)
2017-06-27
22:27
[4c07df475d] part of check-in [7e669d9bfa] Initial work on porting lsmtest to Win32. (check-in: [7e669d9bfa] user: mistachkin branch: lsm-vtab, size: 33280)
05:59
[de86f9dc7f] part of check-in [2017636e93] Work in progress porting lsm1 to Win32. (check-in: [2017636e93] user: mistachkin branch: lsm-vtab, size: 33254)
2015-11-16
16:00
Added: [bc270dd81b] 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: 33198)