sqlite/ext/lsm1
drh 1935887a68 Ensure that all fields of static sqlite3_module objects are explicitly
initialized, in order to hush-up nuisance compiler warnings.

FossilOrigin-Name: f3b3d712d6e58b1cb8fdebd2b6b3125080b6b3ac8c7c849a8cc1e5e778d62fe7
2023-10-06 12:51:05 +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 Add script to amalgamate all LSM files into "lsm1.c". 2017-12-13 14:22:48 +00:00
Makefile Add some extra tests for the lsm virtual table module. 2019-08-17 19:58:26 +00:00
Makefile.msc Changes to the LSM1 Tcl tests to make things work on Win32. 2017-07-14 15:45:27 +00:00
lsm.h The virtual table compiles but does not work and is missing many features. 2015-11-17 00:15:21 +00:00
lsmInt.h Fix another issue with very large compressed LSM databases. 2023-01-17 19:34:01 +00:00
lsm_ckpt.c Fix some problems with large, compressed, lsm databases. 2023-01-09 21:10:42 +00:00
lsm_file.c Fix some problems with large, compressed, lsm databases. 2023-01-09 21:10:42 +00:00
lsm_log.c Fix harmless compiler warnings seen with MSVC for lsm1. 2017-07-11 16:36:10 +00:00
lsm_main.c Fix some problems with large, compressed, lsm databases. 2023-01-09 21:10:42 +00:00
lsm_mem.c Import the LSM code from SQLite4 for use in an experimental virtual table. 2015-11-16 16:00:22 +00:00
lsm_mutex.c Import the LSM code from SQLite4 for use in an experimental virtual table. 2015-11-16 16:00:22 +00:00
lsm_shared.c Account for read-only connections on databases with non-default block or page sizes. 2023-01-07 13:40:32 +00:00
lsm_sorted.c Fix another issue with very large compressed LSM databases. 2023-01-17 19:34:01 +00:00
lsm_str.c Fix a couple of problems in handling OOM conditions within LSM. 2017-07-04 17:25:45 +00:00
lsm_tree.c Fix harmless compiler warnings seen with MSVC for lsm1. 2017-07-11 16:36:10 +00:00
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 Fix some problems with large, compressed, lsm databases. 2023-01-09 21:10:42 +00:00
lsm_vtab.c Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
lsm_win32.c Fix harmless compiler warnings seen with MSVC for lsm1. 2017-07-11 16:36:10 +00:00