[mysql-connector-java] branch master updated (7f8174e -> 637d036)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Mar 15 22:59:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository mysql-connector-java.
from 7f8174e Upload to unstable
adds 24a42fc New upstream version 5.1.41
new 19acb66 Merge tag 'upstream/5.1.41'
new b43e828 Refreshed the patches
new 637d036 Upload to unstable
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES | 27 +
README | 4 +-
README.txt | 4 +-
build.xml | 74 +-
debian/changelog | 8 +
debian/patches/0001-disable-testsuite.patch | 2 +-
debian/patches/0002-java6-compilation-compat.patch | 14 +-
debian/patches/0003-disable-hibernate-fabric.patch | 2 +-
src/com/mysql/fabric/HashShardMapping.java | 7 +-
.../fabric/jdbc/FabricMySQLConnectionProxy.java | 21 +-
.../jdbc/AbandonedConnectionCleanupThread.java | 114 ++-
src/com/mysql/jdbc/CharsetMapping.java | 203 ++---
src/com/mysql/jdbc/ConnectionImpl.java | 285 +++----
src/com/mysql/jdbc/ConnectionPropertiesImpl.java | 7 +-
src/com/mysql/jdbc/Field.java | 6 +-
src/com/mysql/jdbc/MysqlDefs.java | 14 +-
src/com/mysql/jdbc/MysqlIO.java | 19 +-
src/com/mysql/jdbc/NonRegisteringDriver.java | 8 +-
src/com/mysql/jdbc/PreparedStatement.java | 58 +-
src/com/mysql/jdbc/ResultSetImpl.java | 36 +-
src/com/mysql/jdbc/SQLError.java | 6 +-
src/com/mysql/jdbc/StatementImpl.java | 44 +-
src/com/mysql/jdbc/Util.java | 25 +-
src/com/mysql/jdbc/jdbc2/optional/WrapperBase.java | 5 +-
src/com/mysql/jdbc/log/LogFactory.java | 5 +-
src/testsuite/BaseTestCase.java | 32 +-
src/testsuite/fabric/TestShardMapping.java | 72 +-
.../regression/CharsetRegressionTest.java | 17 +-
.../regression/ConnectionRegressionTest.java | 90 ++-
.../regression/StatementRegressionTest.java | 78 +-
src/testsuite/regression/SyntaxRegressionTest.java | 834 +++++++++++++++++++--
src/testsuite/regression/UtilsRegressionTest.java | 10 +-
.../regression/jdbc4/ConnectionRegressionTest.java | 5 +-
.../jdbc42/ConnectionRegressionTest.java | 93 +++
src/testsuite/simple/CharsetTest.java | 10 +-
src/testsuite/simple/ResultSetTest.java | 6 +-
src/testsuite/simple/UtilsTest.java | 11 +-
37 files changed, 1755 insertions(+), 501 deletions(-)
create mode 100644 src/testsuite/regression/jdbc42/ConnectionRegressionTest.java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mysql-connector-java.git
More information about the pkg-java-commits
mailing list