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

--no commit message

--no commit message
上级 48006f2f
...@@ -396,8 +396,8 @@ private int test; ...@@ -396,8 +396,8 @@ private int test;
*/ */
public static int getLogFileDeleteDelay() { public static int getLogFileDeleteDelay() {
int test; int test;
// return getIntSetting(H2_LOG_DELETE_DELAY, 0); return getIntSetting(H2_LOG_DELETE_DELAY, 0);
return getIntSetting(H2_LOG_DELETE_DELAY, 100); // return getIntSetting(H2_LOG_DELETE_DELAY, 100);
// return getIntSetting(H2_LOG_DELETE_DELAY, Integer.MAX_VALUE); // return getIntSetting(H2_LOG_DELETE_DELAY, Integer.MAX_VALUE);
} }
} }
...@@ -445,8 +445,8 @@ It was not possible to create a referential constraint to a table in a different ...@@ -445,8 +445,8 @@ It was not possible to create a referential constraint to a table in a different
new TestListener().runTest(this); new TestListener().runTest(this);
new TestLob().runTest(this); new TestLob().runTest(this);
//// // size problem! // // size problem!
//// new TestLogFile().runTest(this); // new TestLogFile().runTest(this);
new TestMemoryUsage().runTest(this); new TestMemoryUsage().runTest(this);
new TestMultiConn().runTest(this); new TestMultiConn().runTest(this);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论