提交 9afc532a authored 作者: Thomas Mueller's avatar Thomas Mueller

If the transaction log could not be truncated because of an uncommitted…

If the transaction log could not be truncated because of an uncommitted transaction, now "Transaction log could not be truncated" is written to the .trace.db file.
上级 89144e61
......@@ -1459,7 +1459,7 @@ public class PageStore implements CacheWriter {
}
trace.info("Rolling back session #" +oldestSession.getId() + " (the oldest uncommitted)");
oldestSession.rollback();
logSizeBase = newSize;
logSizeBase = log.getSize();
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论