提交 61d61b28 authored 作者: Noel Grandin's avatar Noel Grandin

got the condition the wrong way around here

上级 7098a51d
......@@ -87,7 +87,7 @@ public class TestScript extends TestBase {
testScript("testScript.sql");
testScript("derived-column-names.sql");
testScript("information_schema.sql");
if (!config.mvStore) {
if (config.mvStore) {
// we get slightly different explain plan stuff here in PageStore mode
testScript("joins.sql");
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论