Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add more tests for LSM log file recovery. Fix a problem in recovering log files that contain range deletes. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e34eafd4c5b2bbf2735e136ad69b67bb |
User & Date: | dan 2017-07-03 09:00:18.115 |
Context
2017-07-03
| ||
17:37 | Attempt to improve documentation on sqlite3_column_ and sqlite3_value_ interfaces. (check-in: 9111ac69bf user: drh tags: trunk) | |
09:00 | Add more tests for LSM log file recovery. Fix a problem in recovering log files that contain range deletes. (check-in: e34eafd4c5 user: dan tags: trunk) | |
2017-07-01
| ||
20:59 | Fix a memory management problem in lsm log recovery code. (check-in: dd55af30b4 user: dan tags: trunk) | |
Changes
Changes to ext/lsm1/lsm-test/lsmtest1.c.
Changes to ext/lsm1/lsm-test/lsmtest_main.c.
Changes to ext/lsm1/lsm-test/lsmtest_tdb.c.
Changes to ext/lsm1/lsm-test/lsmtest_tdb.h.
Changes to ext/lsm1/lsmInt.h.
Changes to ext/lsm1/lsm_log.c.
Changes to ext/lsm1/lsm_main.c.