提交 5a1fa29c authored 作者: Thomas Mueller's avatar Thomas Mueller

LOB objects are now deleted (and the empty space is reused) when the transaction is committed.

上级 6839f393
......@@ -493,6 +493,7 @@ public class Session extends SessionWithState {
database.flush();
for (Value v : unlinkLobMap.values()) {
v.unlink();
v.close();
}
unlinkLobMap = null;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论