0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-22 12:17:40 +01:00
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
test
lsm_ckpt.c
lsm_file.c
lsm_log.c
lsm_main.c
lsm_mem.c
lsm_mutex.c
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
lsm_str.c
lsm_tree.c
lsm_unix.c
lsm_varint.c
lsm_vtab.c
lsm_win32.c
lsm.h
lsmInt.h
Makefile
Makefile.msc