提交 7f3e1936 authored 作者: Noel Grandin's avatar Noel Grandin

fix comment grammar

上级 7ad1aa87
...@@ -291,7 +291,7 @@ public class Sequence extends SchemaObjectBase { ...@@ -291,7 +291,7 @@ public class Sequence extends SchemaObjectBase {
return; return;
} }
if (session == null || !database.isSysTableLockedBy(session)) { if (session == null || !database.isSysTableLockedBy(session)) {
// This session may not lock the sys table (except if it already has // This session may not lock the sys table (except if it has already
// locked it) because it must be committed immediately, otherwise // locked it) because it must be committed immediately, otherwise
// other threads can not access the sys table. // other threads can not access the sys table.
Session sysSession = database.getSystemSession(); Session sysSession = database.getSystemSession();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论