提交 e765f321 authored 作者: noelgrandin's avatar noelgrandin

fix double-delete of LOB file

上级 a5a3b201
...@@ -139,6 +139,7 @@ public class ValueLobDb extends Value implements Value.ValueClob, Value.ValueBlo ...@@ -139,6 +139,7 @@ public class ValueLobDb extends Value implements Value.ValueClob, Value.ValueBlo
if (fileName != null) { if (fileName != null) {
if (tempFile != null) { if (tempFile != null) {
tempFile.stopAutoDelete(); tempFile.stopAutoDelete();
tempFile = null;
} }
// synchronize on the database, to avoid concurrent temp file creation / // synchronize on the database, to avoid concurrent temp file creation /
// deletion / backup // deletion / backup
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论