Unverified 提交 d298b239 authored 作者: Andrei Tokar's avatar Andrei Tokar 提交者: GitHub

Update TransactionMap.java

上级 9447abe0
...@@ -428,7 +428,7 @@ public class TransactionMap<K, V> { ...@@ -428,7 +428,7 @@ public class TransactionMap<K, V> {
Page undoRootPage = undoLogRootReference.root; Page undoRootPage = undoLogRootReference.root;
Page mapRootPage = mapRootReference.root; Page mapRootPage = mapRootReference.root;
VersionedValue data = map.get(mapRootPage, key); VersionedValue data = map.get(mapRootPage, key);
return getValue(mapRootPage, undoRootPage, key, maxLog, data, store.committingTransactions.get()); return getValue(mapRootPage, undoRootPage, key, maxLog, data, committingTransactions);
} }
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论