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

--no commit message

--no commit message
上级 434f9449
......@@ -82,7 +82,7 @@ public class TempFileDeleter {
if (ref != null) {
TempFile f2 = (TempFile) REF_MAP.remove(ref);
if (SysProperties.CHECK && (f2 == null || !f2.fileName.equals(fileName))) {
throw Message.getInternalError("f2:" + f2.fileName + " f:" + fileName);
throw Message.getInternalError("f2:" + f2 + " " + (f2 == null ? "" : f2.fileName) + " f:" + fileName);
}
}
deleteUnused();
......
......@@ -159,6 +159,9 @@ java org.h2.test.TestAll timer
/*
Fix ScriptBase.getFileName()
Fix Shell.java 159 (close PreparedStatement)
Browser problems:
There has been a reported incompatibility with the
RealPlayer Browser Record Plugin 1.0 when using Firefox 2.0 and Vista
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论