Unverified 提交 39592b66 authored 作者: Noel Grandin's avatar Noel Grandin 提交者: GitHub

Merge pull request #1029 from The-Alchemist/patch-1

No need to remove orphaned LOBs when the db is read-only
......@@ -1297,7 +1297,9 @@ public class Database implements DataHandler {
closing = true;
}
}
if(!this.isReadOnly()) {
removeOrphanedLobs();
}
try {
if (systemSession != null) {
if (powerOffCount != -1) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论