mysql-connector-mxj
  1. mysql-connector-mxj

mysql-connector-mxj

Public
AuthorCommitMessageCommit dateIssues
Christopher FeblesChristopher Febles
bc78c94525fAdded missing MySQL executables for different Operating Systems.Added notes to README.md. Fixed unit tests to dynamically determine current MySQL version. Project builds successfully.
Christopher FeblesChristopher Febles
74bfc9a6a8cMMerge commit '5d6d50a0c3a1246db4db690216e04cfd1fc5916e' into 5.6.23
Christopher FeblesChristopher Febles
5d6d50a0c3aREADME.md edited online with Bitbucket
Christopher FeblesChristopher Febles
05801a3f32aFixed annoying typo.
Christopher FeblesChristopher Febles
61983bf2d3cFixed issues so unit tests pass on both 5.5.9 and 5.6.23.Non-MacOS tests fail because of missing executables. Embedded MagicDBAPI unit test correctly reads expected version.
Christopher FeblesChristopher Febles
1ace07ccb1dRemoved some unnecessary casts.Added final modifier to method parameters. Reduced visibility of public variables where possible. Added new Acceptance and Suite suite tests. All tests appear to pass.
Christopher FeblesChristopher Febles
1a9deb2d6b1Resolved all compiler warnings.Unit tests pass.
Christopher FeblesChristopher Febles
3f69a85a91fMoved test file to src/test/resources
Christopher FeblesChristopher Febles
b250233c91fCleared all warnings.Unit tests pass.
Christopher FeblesChristopher Febles
4fac65bfd66Moved .util tests into src/test/java.Updated tests to JUnit 4. Added generic parameters where possible. All these tests pass.
Christopher FeblesChristopher Febles
5dead43383cMoved test support class to src/test/java.Minor changes.
Christopher FeblesChristopher Febles
622b58da170Moved all test classes from jmx.jboss to src/test/javaConverted tests to JUnit 4. All these tests pass.
Christopher FeblesChristopher Febles
2c30279c483Moved all JMX tests to src/test/java.Converted tests to JUnit 4. All these tests pass.
Christopher FeblesChristopher Febles
f4d55b4b327Moved all tests from management and management.driverlaunched packages into src/tests/java, and converted to JUnit 4.All of these tests pass.
Christopher FeblesChristopher Febles
ca5d7a1236aFixed issue with hardcoded delimiter causing some tests to fail.
Christopher FeblesChristopher Febles
37e40ac9720Moved tests out of default package into src/tests/java.Converted tests to JUnit 4. All tests pass.
Christopher FeblesChristopher Febles
6dc6015d913Added missing JAR files.Currently, these are required for proper behavior.
Christopher FeblesChristopher Febles
5c2dc3d6301Removed dependency on external db-files project.Still working as expected with MySQL 5.5.9.
Christopher FeblesChristopher Febles
3ae3d3fa04aMove all source files to src/main/java to support Maven defaults.
Christopher FeblesChristopher Febles
f20fe8093caInitial Commit.Working with MySQL version 5.5.9.