提交 5054b861 authored 作者: Noel Grandin's avatar Noel Grandin

exclude joins.sql from pagestore test mode

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