提交 e760de7e authored 作者: andrei's avatar andrei

lastkey calulation on primary index reopening

上级 c53f718f
......@@ -72,7 +72,7 @@ public class MVPrimaryIndex extends BaseIndex {
if (!table.isPersistData()) {
dataMap.map.setVolatile(true);
}
Value k = dataMap.lastKey();
Value k = dataMap.map.lastKey(); // include uncommitted keys as well
lastKey.set(k == null ? 0 : k.getLong());
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论