提交 ff2353cf authored 作者: noelgrandin's avatar noelgrandin

the new "contains_uncommitted" column does not work in memory-db mode

上级 cae00740
...@@ -973,7 +973,7 @@ public class TestMetaData extends TestBase { ...@@ -973,7 +973,7 @@ public class TestMetaData extends TestBase {
} }
private void testSessionsUncommitted() throws SQLException { private void testSessionsUncommitted() throws SQLException {
if (config.mvcc) { if (config.mvcc || config.memory) {
return; return;
} }
Connection conn = getConnection("metaData"); Connection conn = getConnection("metaData");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论