提交 1b0025c0 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 573ff799
...@@ -403,6 +403,7 @@ public class DiskFile implements CacheWriter { ...@@ -403,6 +403,7 @@ public class DiskFile implements CacheWriter {
} }
private void go(int block) throws SQLException { private void go(int block) throws SQLException {
database.checkPowerOff();
file.seek(getFilePos(block)); file.seek(getFilePos(block));
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论