feat(lander): support DELETE requests
This commit is contained in:
parent
a4ad8c246e
commit
3d48ee8019
4 changed files with 42 additions and 1 deletions
|
|
@ -151,6 +151,8 @@ lsm_error lsm_entry_disk_remove(lsm_entry_handle *handle) {
|
|||
return res;
|
||||
}
|
||||
|
||||
fflush(store->idx.f);
|
||||
|
||||
// Remove data file if present
|
||||
if (entry->data_len > 0) {
|
||||
if (handle->f != NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue