penberg / tihku

Optimistic multi-version concurrency control (MVCC) for main memory databases, written in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix lost update anomaly

penberg opened this issue · comments

There's a test_lost_update() test that's disabled because we don't detect the write-write conflict and abort later transactions.