提交 08748cc1 authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting

上级 80cb1fa8
...@@ -313,8 +313,8 @@ public class MVTable extends TableBase { ...@@ -313,8 +313,8 @@ public class MVTable extends TableBase {
} }
} }
} }
// take a local copy so we don't see inconsistent data, since we are not locked // take a local copy so we don't see inconsistent data, since we are
// while checking the lockExclusiveSession value // not locked while checking the lockExclusiveSession value
Session copyOfLockExclusiveSession = lockExclusiveSession; Session copyOfLockExclusiveSession = lockExclusiveSession;
if (error == null && copyOfLockExclusiveSession != null) { if (error == null && copyOfLockExclusiveSession != null) {
Table t = copyOfLockExclusiveSession.getWaitForLock(); Table t = copyOfLockExclusiveSession.getWaitForLock();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论