mirror of
https://github.com/apache/activemq.git
synced 2025-02-06 01:59:15 +00:00
AMQ-2414: Fixing the failing create tables problem on MySQL cluster.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@818936 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d948c179da
commit
9f6efd4b1f
@ -103,8 +103,8 @@ public class DefaultJDBCAdapter implements JDBCAdapter {
|
||||
JDBCPersistenceAdapter.log("Failure details: ", e);
|
||||
}
|
||||
}
|
||||
c.getConnection().commit();
|
||||
}
|
||||
c.getConnection().commit();
|
||||
} finally {
|
||||
try {
|
||||
s.close();
|
||||
|
Loading…
x
Reference in New Issue
Block a user