提交 843eebed authored 作者: Thomas Mueller Graf's avatar Thomas Mueller Graf

Server mode: concurrently using the same connection could throw an exception…

Server mode: concurrently using the same connection could throw an exception Connection is broken: unexpected status
上级 54f91e94
...@@ -33,7 +33,6 @@ public class TestConcurrentConnectionUsage extends TestBase { ...@@ -33,7 +33,6 @@ public class TestConcurrentConnectionUsage extends TestBase {
} }
private void testAutoCommit() throws SQLException { private void testAutoCommit() throws SQLException {
; config.networked = true;
deleteDb(getTestName()); deleteDb(getTestName());
final Connection conn = getConnection(getTestName()); final Connection conn = getConnection(getTestName());
final PreparedStatement p1 = conn.prepareStatement("select 1 from dual"); final PreparedStatement p1 = conn.prepareStatement("select 1 from dual");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论