提交 99f64582 authored 作者: Thomas Mueller's avatar Thomas Mueller

New system property h2.analyzeAuto.

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