This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
sqlite
/
ext
/
lsm1
History
dan
3259295533
Fix problems with handling return value of mmap() in lsm_unix.c (mmap() returns MAP_FAILED on error, not NULL).
...
FossilOrigin-Name: da06168c09df5c0e8e10d0f9618e69217d4c0173a8199660bad2805f009d7b08
2020-06-22 16:02:06 +00:00
..
lsm-test
Extend the refactoring into extensions. Clean up stray newlines.
2020-06-19 15:24:12 +00:00
test
Add some extra tests for the lsm virtual table module.
2019-08-17 19:58:26 +00:00
tool
…
lsm_ckpt.c
…
lsm_file.c
…
lsm_log.c
…
lsm_main.c
…
lsm_mem.c
…
lsm_mutex.c
…
lsm_shared.c
…
lsm_sorted.c
…
lsm_str.c
…
lsm_tree.c
…
lsm_unix.c
Fix problems with handling return value of mmap() in lsm_unix.c (mmap() returns MAP_FAILED on error, not NULL).
2020-06-22 16:02:06 +00:00
lsm_varint.c
…
lsm_vtab.c
…
lsm_win32.c
…
lsm.h
…
lsmInt.h
…
Makefile
Add some extra tests for the lsm virtual table module.
2019-08-17 19:58:26 +00:00
Makefile.msc
…