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:
Hiram R. Chirino 2009-09-25 18:10:12 +00:00
parent d948c179da
commit 9f6efd4b1f
1 changed files with 1 additions and 1 deletions

View File

@ -103,8 +103,8 @@ public class DefaultJDBCAdapter implements JDBCAdapter {
JDBCPersistenceAdapter.log("Failure details: ", e);
}
}
}
c.getConnection().commit();
}
} finally {
try {
s.close();