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

MVStoreTableEngine

上级 ea3ce5bd
......@@ -1262,9 +1262,8 @@ public class Database implements DataHandler {
if (mvStore != null) {
if (!readOnly && compactMode != 0) {
mvStore.compactFile(dbSettings.maxCompactTime);
} else {
mvStore.close(dbSettings.maxCompactTime);
}
mvStore.close(dbSettings.maxCompactTime);
}
closeFiles();
if (persistent && lock == null && fileLockMethod != FileLock.LOCK_NO && fileLockMethod != FileLock.LOCK_FS) {
......
......@@ -805,10 +805,7 @@ kill -9 `jps -l | grep "org.h2.test." | cut -d " " -f 1`
new TestStringUtils().runTest(this);
new TestTools().runTest(this);
new TestTraceSystem().runTest(this);
; // TODO
new TestUpgrade().runTest(this);
new TestUtils().runTest(this);
new TestValue().runTest(this);
new TestValueHashMap().runTest(this);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论