Commit 86e5f70f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent cd78fa30
......@@ -314,6 +314,8 @@ func (δBtail *ΔBtail) Track(key Key, keyPresent bool, path []Node, flags Track
parent = oid
}
// track is track of path[-1] (i.e. leaf)
// remember missing keys in track of leaf node (bucket or top-level ø tree)
if !keyPresent {
track.holes.Add(key)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment