sqlite/ext/lsm1
dan b5ef728db6 In lsm (not SQLite), avoid opening the *-shm file before the database file is
locked. Otherwise, there is a race condition whereby a connection in another
process process may unlink() it while it is still in use.

FossilOrigin-Name: c8b8b9b573665c2b4d278bb679a48ac407374b8d860f0c3f4d50a303043464ad
2017-10-23 11:48:00 +00:00
..
lsm-test Fix a problem in an lsmtest test case caused by writing data in "text" mode 2017-07-12 14:03:13 +00:00
test New test cases for LSM1. 2017-08-11 13:51:41 +00:00
Makefile Include a hint in the header comment of the LSM1 makefile about how to 2017-07-14 15:42:11 +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 In lsm, attempt to unmap the database file before truncating it when 2017-07-11 20:36:35 +00:00
lsm_ckpt.c Fix more harmless compiler warnings in lsm1, seen with MSVC 2015. 2017-07-11 16:46:41 +00:00
lsm_file.c In lsm, attempt to unmap the database file before truncating it when 2017-07-11 20:36:35 +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 further OOM handling cases in LSM. 2017-07-04 19:23:32 +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 In lsm (not SQLite), avoid opening the *-shm file before the database file is 2017-10-23 11:48:00 +00:00
lsm_sorted.c Fix a whitespace alignment issue in lsm1. 2017-07-11 17:06:42 +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 some minor typos in lsm1. 2017-06-30 18:12:09 +00:00
lsm_varint.c Fix harmless compiler warnings seen with MSVC for lsm1. 2017-07-11 16:36:10 +00:00
lsm_vtab.c Improved comments in the header of the LSM1 vtab module. No code changes. 2017-08-11 18:55:04 +00:00
lsm_win32.c Fix harmless compiler warnings seen with MSVC for lsm1. 2017-07-11 16:36:10 +00:00