提交 5d1e64ed authored 作者: Noel Grandin's avatar Noel Grandin 提交者: GitHub

Merge pull request #608 from andreitokar/lastkey_calc

lastkey calulation on primary index reopening
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论