提交 f8647aad authored 作者: Thomas Mueller's avatar Thomas Mueller

Issue 605: with version 1.4.186, opening a database could result in an endless…

Issue 605: with version 1.4.186, opening a database could result in an endless loop in LobStorageMap.init.
上级 649621be
...@@ -113,7 +113,7 @@ public class LobStorageMap implements LobStorageInterface { ...@@ -113,7 +113,7 @@ public class LobStorageMap implements LobStorageInterface {
if (lastUsedKey >= 0) { if (lastUsedKey >= 0) {
break; break;
} }
lobId = lobMap.floorKey(lobId); lobId = lobMap.lowerKey(lobId);
} }
// delete all blocks that are newer // delete all blocks that are newer
while (true) { while (true) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论