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

--no commit message

--no commit message
上级 d4d67d3c
...@@ -41,11 +41,11 @@ public class TestRandomSQL extends TestBase { ...@@ -41,11 +41,11 @@ public class TestRandomSQL extends TestBase {
private String getDatabaseName() { private String getDatabaseName() {
if (config.big) { if (config.big) {
return "dataSynth/randomSql" + dbId; return "dataRandomSQL/randomSql" + dbId;
} else { } else {
return "memFS:/randomSql" + dbId; return "memFS:/randomSql" + dbId;
} }
// return "dataSynth/randomSql" + dbId+";TRACE_LEVEL_FILE=3"; // return "dataRandomSQL/randomSql" + dbId+";TRACE_LEVEL_FILE=3";
} }
private Connection connect() throws Exception { private Connection connect() throws Exception {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论