We're setting up to use MySQL Enterprise Edition, and have come across the fact that there is both a community edition and a commercial edition of the Connector/J jar. We've done a compare of the jars, and found that they differ by 26 bytes total, spread over three class files (DatabaseMetaData.class, MysqlIO.class, and NonRegisteringDriver.class) and the META-INF/INDEX-LIST file (which has "-commercial" and "-bin" added in the commercial version.
WHat are the differences between the two jars?
We use Maven to bring in the jars - what would the Maven pom dependency GAV be to bring in the Commercial jar instead of the Community Edition jar?
Thanks!
Bob.
WHat are the differences between the two jars?
We use Maven to bring in the jars - what would the Maven pom dependency GAV be to bring in the Commercial jar instead of the Community Edition jar?
Thanks!
Bob.