diff --git a/src/box/vy_lsm.c b/src/box/vy_lsm.c index 584b37f0987c30cfcbd7c7de661cbb5e959b00ca..2347bb802cae8a1a2c17eac8ac5268bdcd85d189 100644 --- a/src/box/vy_lsm.c +++ b/src/box/vy_lsm.c @@ -1021,9 +1021,6 @@ vy_lsm_commit_stmt(struct vy_lsm *lsm, struct vy_mem *mem, vy_lsm_commit_upsert(lsm, mem, entry); vy_stmt_counter_acct_tuple(&lsm->stat.put, entry.stmt); - - /* Invalidate cache element. */ - vy_cache_on_write(&lsm->cache, entry, NULL); } void