提交 8e899871 authored 作者: Thomas Mueller's avatar Thomas Mueller

docs

上级 9b9efb99
...@@ -65,7 +65,7 @@ public class LogSystem { ...@@ -65,7 +65,7 @@ public class LogSystem {
* @param fileNamePrefix the name of the database file * @param fileNamePrefix the name of the database file
* @param readOnly if the log should be opened in read-only mode * @param readOnly if the log should be opened in read-only mode
* @param accessMode the file access mode (r, rw, rws, rwd) * @param accessMode the file access mode (r, rw, rws, rwd)
* @param pageStore * @param pageStore the page store
*/ */
public LogSystem(Database database, String fileNamePrefix, boolean readOnly, String accessMode, PageStore pageStore) { public LogSystem(Database database, String fileNamePrefix, boolean readOnly, String accessMode, PageStore pageStore) {
this.database = database; this.database = database;
......
...@@ -293,12 +293,9 @@ java org.h2.test.TestAll timer ...@@ -293,12 +293,9 @@ java org.h2.test.TestAll timer
/* /*
slow startup with a large number of lob files slow startup with a large number of lob files
scramble encryption
mvcc merge problem mvcc merge problem
javadoc: constructor parameters are not verified (PageOutputStream)
System.setProperty("h2.optimizeInList", "true"); System.setProperty("h2.optimizeInList", "true");
System.setProperty("h2.optimizeOr", "true"); System.setProperty("h2.optimizeOr", "true");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论