提交 9a3e0e1c authored 作者: Thomas Mueller's avatar Thomas Mueller

Bugfix

上级 1ab44d6d
...@@ -1232,7 +1232,7 @@ public class Database implements DataHandler { ...@@ -1232,7 +1232,7 @@ public class Database implements DataHandler {
*/ */
private synchronized void closeOpenFilesAndUnlock(boolean flush) { private synchronized void closeOpenFilesAndUnlock(boolean flush) {
stopWriter(); stopWriter();
if (pageStore != null && mvStore == null) { if (pageStore != null) {
if (flush) { if (flush) {
try { try {
pageStore.checkpoint(); pageStore.checkpoint();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论