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

don't run the sessions-uncommitted-column test in MVCC mode

上级 4c2cbb5a
......@@ -50,7 +50,7 @@ public class TestMetaData extends TestBase {
testStatic();
testGeneral();
testAllowLiteralsNone();
testSessions();
testSessionsUncommitted();
}
private void testColumnResultSetMeta() throws SQLException {
......@@ -972,7 +972,10 @@ public class TestMetaData extends TestBase {
deleteDb("metaData");
}
private void testSessions() throws SQLException {
private void testSessionsUncommitted() throws SQLException {
if (config.mvcc) {
return;
}
Connection conn = getConnection("metaData");
conn.setAutoCommit(false);
Statement stat = conn.createStatement();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论