提交 d23ee071 authored 作者: Thomas Mueller's avatar Thomas Mueller

MVStore: move background exception listener and page size to the builder

上级 dae2570f
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
*/ */
package org.h2.engine; package org.h2.engine;
import java.beans.ExceptionListener;
import java.io.IOException; import java.io.IOException;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.ArrayList; import java.util.ArrayList;
...@@ -274,15 +273,6 @@ public class Database implements DataHandler { ...@@ -274,15 +273,6 @@ public class Database implements DataHandler {
public void setMvStore(MVTableEngine.Store mvStore) { public void setMvStore(MVTableEngine.Store mvStore) {
this.mvStore = mvStore; this.mvStore = mvStore;
mvStore.getStore().setBackgroundExceptionListener(new ExceptionListener() {
@Override
public void exceptionThrown(Exception e) {
setBackgroundException(DbException.convert(e));
}
});
} }
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论