提交 bce496cf authored 作者: Thomas Mueller's avatar Thomas Mueller

New system property h2.analyzeAuto.

上级 cad3b092
...@@ -1978,7 +1978,7 @@ public class Database implements DataHandler { ...@@ -1978,7 +1978,7 @@ public class Database implements DataHandler {
* @return true if it is currently locked * @return true if it is currently locked
*/ */
public boolean isSysTableLocked() { public boolean isSysTableLocked() {
return meta.isLockedExclusively(); return meta != null && meta.isLockedExclusively();
} }
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论